From 7b0dbecd1d6155d26ec67be0a47a16264c738c85 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 09 五月 2023 14:48:10 +0800 Subject: [PATCH] 2023-05-09 --- src/templates/sharecomponent/actioncomponent/index.jsx | 29 ++++++++++------------------- 1 files changed, 10 insertions(+), 19 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/index.jsx b/src/templates/sharecomponent/actioncomponent/index.jsx index 4253f4d..b871c62 100644 --- a/src/templates/sharecomponent/actioncomponent/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/index.jsx @@ -56,15 +56,15 @@ componentDidMount () { this.getBillPrintTemp() - MKEmitter.addListener('revert', this.revert) + // MKEmitter.addListener('revert', this.revert) MKEmitter.addListener('pasteButton', this.pasteButton) } - revert = () => { - this.setState({ - actionlist: fromJS(this.props.config.action).toJS() - }) - } + // revert = () => { + // this.setState({ + // actionlist: fromJS(this.props.config.action).toJS() + // }) + // } pasteButton = (MenuId, btn) => { const { config } = this.props @@ -674,8 +674,6 @@ profVisible: true, card: element }) - - MKEmitter.emit('modalStatus', '楠岃瘉淇℃伅') } /** @@ -703,8 +701,6 @@ }, () => { this.props.updateaction({...config, action: _actionlist}) }) - - MKEmitter.emit('modalStatus', false) }) } @@ -787,11 +783,7 @@ resolve(false) } } else if (btn.OpenType === 'excelOut') { - let _param = { - innerFunc: btn.innerFunc - } - - newLText = Utils.formatOptions(FuncUtils.getTableFunc(_param, menu, _config)) // 鍒涘缓瀛樺偍杩囩▼sql + newLText = Utils.formatOptions(FuncUtils.getTableFunc(btn.innerFunc, menu, _config)) // 鍒涘缓瀛樺偍杩囩▼sql DelText = Utils.formatOptions(FuncUtils.dropfunc(btn.innerFunc)) resolve(true) @@ -855,7 +847,7 @@ this.setState = () => { return } - MKEmitter.removeListener('revert', this.revert) + // MKEmitter.removeListener('revert', this.revert) MKEmitter.removeListener('pasteButton', this.pasteButton) } @@ -886,7 +878,8 @@ } else if (card.OpenType === 'funcbutton' && card.funcType === 'print') { return <VerifyPrint card={card} - columns={config.columns} + columns={[]} + // columns={config.columns} wrappedComponentRef={(inst) => this.verifyRef = inst} /> } else if (card.OpenType === 'funcbutton' && card.funcType === 'megvii') { @@ -950,11 +943,9 @@ if (this.verifyRef.handleCancel) { this.verifyRef.handleCancel().then(() => { this.setState({ profVisible: false }) - MKEmitter.emit('modalStatus', false) }) } else { this.setState({ profVisible: false }) - MKEmitter.emit('modalStatus', false) } }} destroyOnClose -- Gitblit v1.8.0