From fd4a4f4513419baa9af45c8176a511450f096fc4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 11 十一月 2021 19:13:30 +0800 Subject: [PATCH] 2021-11-11 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 5a6deb4..d8d497a 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -680,7 +680,18 @@ } execRealSubmit = (data, _resolve, formdata) => { - const { setting, btn } = this.props + const { setting, btn, Tab, BID } = this.props + + if (((Tab && Tab.supMenu) || setting.supModule) && !BID) { + notification.warning({ + top: 92, + message: '闇�瑕佷笂绾т富閿�硷紒', + duration: 5 + }) + _resolve() + return + } + if (btn.intertype === 'system' || btn.intertype === 'inner') { // 绯荤粺鎺ュ彛 let params = [] -- Gitblit v1.8.0