From 3df2d3624c6b768d29670b537f8d6a71d3ef122c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 12 四月 2020 22:04:53 +0800 Subject: [PATCH] 2020-04-12 --- src/tabviews/commontable/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/commontable/index.jsx b/src/tabviews/commontable/index.jsx index 8252bca..caf6215 100644 --- a/src/tabviews/commontable/index.jsx +++ b/src/tabviews/commontable/index.jsx @@ -166,6 +166,7 @@ if (_curUserConfig) { config.setting = {...config.setting, ..._curUserConfig.setting} + config.easyCode = _curUserConfig.easyCode || config.easyCode || '' config.action = config.action.map(item => { if (item.execMode) { @@ -1112,9 +1113,12 @@ return } + let easyCode = userParam[this.props.MenuID] ? userParam[this.props.MenuID].easyCode : '' + let param = { func: 'sPC_TrdMenu_UserParam', MenuID: this.props.MenuID, + EasyCode: easyCode || '', LongParam: _LongParam } -- Gitblit v1.8.0