From 722029e555202bd4e03534892af9c3da75a58515 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 23 Apr 2019 09:51:31 +0800 Subject: [PATCH] update --- .../src/main/resources/templates/modules/gen/crud/viewForm.xml | 2 +- modules/core/src/main/resources/views/modules/sys/areaForm.html | 2 +- .../core/src/main/resources/views/modules/sys/companyForm.html | 2 +- .../core/src/main/resources/views/modules/sys/officeForm.html | 2 +- web/src/main/resources/views/modules/test/testTreeForm.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/core/src/main/resources/templates/modules/gen/crud/viewForm.xml b/modules/core/src/main/resources/templates/modules/gen/crud/viewForm.xml index 48aa3be4..cc91d32c 100644 --- a/modules/core/src/main/resources/templates/modules/gen/crud/viewForm.xml +++ b/modules/core/src/main/resources/templates/modules/gen/crud/viewForm.xml @@ -81,7 +81,7 @@ $("#inputForm").validate({ }); <% if(table.isTreeEntity){ %> -// 选择父级菜单回调方法 +// 选择上级节点回调方法 function treeselectCallback(id, act, index, layero){ if (id == 'parent' && (act == 'ok' || act == 'clear')){ // 创建并初始化下一个节点信息,如:排序号、默认值 diff --git a/modules/core/src/main/resources/views/modules/sys/areaForm.html b/modules/core/src/main/resources/views/modules/sys/areaForm.html index f0529df5..5fc13e9c 100644 --- a/modules/core/src/main/resources/views/modules/sys/areaForm.html +++ b/modules/core/src/main/resources/views/modules/sys/areaForm.html @@ -111,7 +111,7 @@ $("#inputForm").validate({ } }); -//选择父级菜单回调方法 +//选择上级节点回调方法 function treeselectCallback(id, act, index, layero){ if (id == 'parent' && (act == 'ok' || act == 'clear')){ // 创建并初始化下一个节点信息,如:排序号、默认值 diff --git a/modules/core/src/main/resources/views/modules/sys/companyForm.html b/modules/core/src/main/resources/views/modules/sys/companyForm.html index 0cfed9ed..04680b20 100644 --- a/modules/core/src/main/resources/views/modules/sys/companyForm.html +++ b/modules/core/src/main/resources/views/modules/sys/companyForm.html @@ -143,7 +143,7 @@ $('#companyName').change(function(){ $('#fullName').val($(this).val()); } }); -// 选择父级菜单回调方法 +// 选择上级节点回调方法 function treeselectCallback(id, act, index, layero){ if (id == 'parent' && (act == 'ok' || act == 'clear')){ // 创建并初始化下一个节点信息,如:排序号、默认值 diff --git a/modules/core/src/main/resources/views/modules/sys/officeForm.html b/modules/core/src/main/resources/views/modules/sys/officeForm.html index b8ba09a0..5d37372e 100644 --- a/modules/core/src/main/resources/views/modules/sys/officeForm.html +++ b/modules/core/src/main/resources/views/modules/sys/officeForm.html @@ -174,7 +174,7 @@ $('#officeName').change(function(){ $('#fullName').val($(this).val()); } }); -// 选择父级菜单回调方法 +// 选择上级节点回调方法 function treeselectCallback(id, act, index, layero){ if (id == 'parent' && (act == 'ok' || act == 'clear')){ // 创建并初始化下一个节点信息,如:排序号、默认值 diff --git a/web/src/main/resources/views/modules/test/testTreeForm.html b/web/src/main/resources/views/modules/test/testTreeForm.html index 22fa2c20..f2c822e2 100644 --- a/web/src/main/resources/views/modules/test/testTreeForm.html +++ b/web/src/main/resources/views/modules/test/testTreeForm.html @@ -118,7 +118,7 @@ $("#inputForm").validate({ } }); -// 选择父级菜单回调方法 +// 选择上级节点回调方法 function treeselectCallback(id, act, index, layero){ if (id == 'parent' && (act == 'ok' || act == 'clear')){ // 创建并初始化下一个节点信息,如:排序号、默认值