From 06fb7cc2af46526a78f6f6b4e6feb8064b6bf913 Mon Sep 17 00:00:00 2001 From: maliang Date: Tue, 21 Mar 2017 09:15:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E9=A1=B5=E9=9D=A2=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- center.manager/src/main/webapp/WEB-INF/views/depart/depart_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/center.manager/src/main/webapp/WEB-INF/views/depart/depart_edit.html b/center.manager/src/main/webapp/WEB-INF/views/depart/depart_edit.html index 96ea478..f3ccaf9 100644 --- a/center.manager/src/main/webapp/WEB-INF/views/depart/depart_edit.html +++ b/center.manager/src/main/webapp/WEB-INF/views/depart/depart_edit.html @@ -109,7 +109,7 @@ continue; } var tag = ""; - console.log(orgs[i].id+" ->" +"$!depart.parentId") + //console.log(orgs[i].id+" ->" +"$!depart.parentId") if(orgs[i].id==="$!depart.parentId") { tag = 'selected="selected"'; } -- 1.8.3.1