From d7a58eb17814af2a16ee13afaf93acda09745ed9 Mon Sep 17 00:00:00 2001 From: bingbing <zhaobingliang@aliyun.com> Date: Wed, 22 Jul 2020 22:10:35 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.2.240:7070/r/kidgrow-microservices-platform into dev --- 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