From cced080f64e5451616823fffcfae3a9703fc9e9b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 26 九月 2022 22:00:05 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 7ecf0ba..2126df5 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -1282,6 +1282,10 @@ return } + if (param.menuname) { + param.menuname = param.menuname + '(鍥炶皟)' + } + Api.genericInterface(param).then(res => { if (res.status) { if (params.length === 0) { @@ -1723,6 +1727,10 @@ return } + if (param.menuname) { + param.menuname = param.menuname + '(鍥炶皟)' + } + Api.genericInterface(param).then(res => { if (res.status) { // 涓�娆¤姹傛垚鍔燂紝杩涜涓嬩竴椤硅姹� -- Gitblit v1.8.0