diff --git a/src/main/resources/templates/pages/applicationForStorageCenter/application-out.html b/src/main/resources/templates/pages/applicationForStorageCenter/application-out.html index 65d54623..3a2cbcd3 100644 --- a/src/main/resources/templates/pages/applicationForStorageCenter/application-out.html +++ b/src/main/resources/templates/pages/applicationForStorageCenter/application-out.html @@ -558,7 +558,7 @@ }); selectPost = function (obj) { - let id = obj.id; + let id = obj.target.id; layer.open({ type: 2, title: '弹窗内容', diff --git a/src/main/resources/templates/pages/applicationForStorageCenter/application-out_back.html b/src/main/resources/templates/pages/applicationForStorageCenter/application-out_back.html index 60e5fda8..7d14cf0d 100644 --- a/src/main/resources/templates/pages/applicationForStorageCenter/application-out_back.html +++ b/src/main/resources/templates/pages/applicationForStorageCenter/application-out_back.html @@ -468,6 +468,7 @@ }] }); + $("#openCompanyAdminorg").on('click', selectPost); // 监听开关 form.on('switch()', function (data) { let isAgency = data.elem.checked; //开关是否开启,true或者false diff --git a/src/main/resources/templates/pages/applicationForStorageCenter/applicationOutForGroup.html b/src/main/resources/templates/pages/applicationForStorageCenter/applicationOutForGroup.html index 31d6c21b..5bedb14a 100644 --- a/src/main/resources/templates/pages/applicationForStorageCenter/applicationOutForGroup.html +++ b/src/main/resources/templates/pages/applicationForStorageCenter/applicationOutForGroup.html @@ -58,6 +58,58 @@