From 2dbbd88f8b925b5161dc1e9d11008dd9ad3c3ee6 Mon Sep 17 00:00:00 2001 From: wangxin Date: Fri, 24 Aug 2018 20:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=90=E4=BA=A4=E6=96=B0?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E4=B9=8B=E5=90=8E=E7=AB=8B=E5=8D=B3=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/sys/tagTreeselect.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/sys/tagTreeselect.jsp b/src/main/webapp/WEB-INF/views/sys/tagTreeselect.jsp index 7abd40592..4b138a307 100644 --- a/src/main/webapp/WEB-INF/views/sys/tagTreeselect.jsp +++ b/src/main/webapp/WEB-INF/views/sys/tagTreeselect.jsp @@ -265,7 +265,8 @@ //dataType:"json", //contentType:"application/json; charset=utf-8", success:function(data){ - treeNode.groupId=data.data; + treeNode.id=data.id; + treeNode.groupId=data.groupId; treeNode.specServiceCode=data.specServiceCode; treeNode.user=data.addFlag; var zTree = $.fn.zTree.getZTreeObj("tree");