From 27a03ffac131c044ac347b6236856bff2ee1e51f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 02 八月 2021 15:01:10 +0800 Subject: [PATCH] 2021-08-02 --- src/tabviews/treepage/index.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tabviews/treepage/index.jsx b/src/tabviews/treepage/index.jsx index 835e4a3..6c49ffd 100644 --- a/src/tabviews/treepage/index.jsx +++ b/src/tabviews/treepage/index.jsx @@ -56,7 +56,7 @@ * @description 鑾峰彇椤甸潰閰嶇疆淇℃伅 */ async loadconfig () { - const { permAction, param } = this.props + const { permAction, param, MenuName } = this.props let _param = { func: 'sPC_Get_LongParam', @@ -71,7 +71,8 @@ try { // 閰嶇疆淇℃伅瑙f瀽 config = JSON.parse(window.decodeURIComponent(window.atob(result.LongParam))) config.MenuID = this.props.MenuID - config.MenuName = this.props.MenuName + config.MenuName = MenuName + config.setting.$name = MenuName } catch (e) { console.warn('Parse Failure') config = '' -- Gitblit v1.8.0