From 4d520f7b9238269bb3e9eea7303aa7559cb9a943 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 26 九月 2022 21:58:33 +0800
Subject: [PATCH] 2022-09-26

---
 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