From 36ae9408e24a3136f5e9fd88e57f216de4197b59 Mon Sep 17 00:00:00 2001 From: luliqiang <kidgrow> Date: Sat, 18 Jul 2020 17:16:02 +0800 Subject: [PATCH] 增加移动端URL地址注释 --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/sysOrganization.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/sysOrganization.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/sysOrganization.html index 55df504..81bdbde 100644 --- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/sysOrganization.html +++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/sysOrganization.html @@ -150,8 +150,8 @@ { field: 'enabled', align: 'right', sort: true, templet: '#organization-tpl-state', title: '状态' }, { toolbar: '#organization-table-bar', align: 'right', align: 'center', title: '操作' } ]], - done: function () { - permissionsInput(); + done: function (res) { + permissionsInput(res,config); } }); }; -- Gitblit v1.8.0