From bbcb3f45ad0ef4c808bf5a68ec10c0464c094e2f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 27 十月 2021 11:51:40 +0800 Subject: [PATCH] Merge branch 'master' into bms --- src/templates/sharecomponent/actioncomponent/index.jsx | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/index.jsx b/src/templates/sharecomponent/actioncomponent/index.jsx index 3d27967..e3edc42 100644 --- a/src/templates/sharecomponent/actioncomponent/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/index.jsx @@ -273,7 +273,8 @@ return Api.getSystemConfig({ func: 'sPC_Get_LongParam', - MenuID: card.originCard.uuid + MenuID: card.originCard.uuid, + appkey: card.originCard.appkey || '' }) }).then(result => { // 澶嶅埗鎸夐挳閰嶇疆淇℃伅锛屼繚瀛樿嚦鏂版坊鍔犳寜閽� if (result === 'save' || result === 'subtab') return result @@ -370,7 +371,8 @@ return Api.getSystemConfig({ func: 'sPC_Get_LongParam', - MenuID: card.originCard.linkTab + MenuID: card.originCard.linkTab, + appkey: card.originCard.appkey || '' }) }).then(result => { // 鏍囩澶嶅埗 if (result === 'save') return result @@ -895,7 +897,7 @@ {/* 鎸夐挳浣跨敤绯荤粺瀛樺偍杩囩▼鏃讹紝楠岃瘉淇℃伅妯℃�佹 */} <Modal wrapClassName="model-table-action-verify-modal" - title={'楠岃瘉淇℃伅'} + title={(card && card.label ? card.label + ' - ' : '') + '楠岃瘉淇℃伅'} visible={profVisible} width={'75vw'} maskClosable={false} -- Gitblit v1.8.0