From 84804b405cb88f659d055b16eb3bd00b813ccb4a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 10 十二月 2020 10:58:38 +0800 Subject: [PATCH] 2020-12-10 --- src/tabviews/subtabtable/index.jsx | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/tabviews/subtabtable/index.jsx b/src/tabviews/subtabtable/index.jsx index af5ce85..68d5052 100644 --- a/src/tabviews/subtabtable/index.jsx +++ b/src/tabviews/subtabtable/index.jsx @@ -66,7 +66,7 @@ * @description 鑾峰彇椤甸潰閰嶇疆淇℃伅 */ async loadconfig () { - const { permAction, type } = this.props + const { permAction, type, Tab } = this.props let param = { func: 'sPC_Get_LongParam', @@ -225,6 +225,7 @@ let _operations = [] // 鎿嶄綔鍒楁寜閽紙瀛樺湪鏃讹級 config.action.forEach(item => { + item.logLabel = Tab.label + '-' + item.label // 鐢ㄤ簬sPC_TableData_InUpDe璁板綍鎿嶄綔鎸夐挳 if (item.execMode) { item.OpenType = 'funcbutton' } @@ -594,7 +595,6 @@ BData={this.props.BData} selectedData={selectedData} MenuID={this.props.SupMenuID} - MenuName={this.props.Tab.label} refreshdata={this.refreshbyaction} getexceloutparam={this.getexceloutparam} /> @@ -611,7 +611,6 @@ total={this.state.total} MenuID={this.props.MenuID} loading={this.state.loading} - MenuName={this.props.Tab.label} refreshdata={this.refreshbytable} statFValue={this.state.statFValue} refreshbyaction={this.refreshbyaction} @@ -632,7 +631,6 @@ data={this.state.data} BData={this.props.BData} loading={this.state.loading} - MenuName={this.props.Tab.label} refreshdata={this.refreshbyaction} handleTableId={() => {}} /> @@ -646,7 +644,6 @@ config={config} data={this.state.data} loading={this.state.loading} - MenuName={this.props.Tab.label} /> </Col> ) -- Gitblit v1.8.0