From 2dbbd88f8b925b5161dc1e9d11008dd9ad3c3ee6 Mon Sep 17 00:00:00 2001 From: wangxin Date: Fri, 24 Aug 2018 20:36:01 +0800 Subject: [PATCH 01/39] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=96=B0=E6=A0=87=E7=AD=BE=E4=B9=8B=E5=90=8E=E7=AB=8B=E5=8D=B3?= =?UTF-8?q?=E5=88=A0=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"); From 5ab0a34638fa3b1449b8bf1607efece2c68ebf72 Mon Sep 17 00:00:00 2001 From: zhangwenqing Date: Fri, 24 Aug 2018 20:40:16 +0800 Subject: [PATCH 02/39] =?UTF-8?q?FTP=E6=96=B0=E5=A2=9E=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp index e9ad09f89..059271b01 100644 --- a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp @@ -304,7 +304,7 @@ -
+
<%@include file="/WEB-INF/views/cfg/complexCfgForm.jsp"%>
@@ -313,14 +313,14 @@ -