From 2292d1826e69e21c8a411c217faef635fe57d458 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 一月 2021 10:48:49 +0800 Subject: [PATCH] Merge branch 'bms' of ssh://39.106.218.81:29418/~jinfei/pc-plat into bms --- src/tabviews/verupmanage/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/tabviews/verupmanage/index.jsx b/src/tabviews/verupmanage/index.jsx index ac6efe5..d06a455 100644 --- a/src/tabviews/verupmanage/index.jsx +++ b/src/tabviews/verupmanage/index.jsx @@ -102,6 +102,8 @@ setting: config.setting, searchlist: config.search, actions: config.action.map(item => { + item.$menuId = this.props.MenuID + if (buttonConfig[item.uuid]) { item = {...buttonConfig[item.uuid], ...item} } -- Gitblit v1.8.0