From 1f3000129585eacbc4297c018c0e4cce3b43cf21 Mon Sep 17 00:00:00 2001 From: wangxin Date: Wed, 26 Sep 2018 09:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E7=B1=BB=E6=80=A7?= =?UTF-8?q?=E8=B4=A8=E6=A0=87=E7=AD=BE=E5=9C=A8=E6=B8=85=E9=99=A4=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=E5=80=BC=E6=B8=85=E7=A9=BA=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index adf04a4a1..ecd725b99 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -530,6 +530,11 @@ $(function(){ } }); + $("#classifyId,attributeId,lableId").on("change",function(){ + if($(this).val()==0){ + $(this).val(0); + } + }); }); window.onload=function(){ $("span[id^=open]").click(function(){