From 066f1c3d1d1777ceed7807cf723847e8d7818c0d Mon Sep 17 00:00:00 2001 From: duandongmei Date: Wed, 1 Aug 2018 09:32:20 +0800 Subject: [PATCH] =?UTF-8?q?district=20=E9=9D=9Eothers=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=94=A8=E6=88=B7=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?district?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp index 75670c650..4039242f0 100644 --- a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp @@ -114,6 +114,8 @@ function changeDistrict(obj){ if("others"==obj.val()){ obj.parent().siblings(".otherValue").prop("type","text"); + }else{ + obj.parent().siblings(".otherValue").prop("type","hidden"); } } \ No newline at end of file