From f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 十一月 2022 16:11:55 +0800 Subject: [PATCH] 2022-11-21 --- src/templates/sharecomponent/actioncomponent/index.jsx | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/index.jsx b/src/templates/sharecomponent/actioncomponent/index.jsx index 4253f4d..976dd12 100644 --- a/src/templates/sharecomponent/actioncomponent/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/index.jsx @@ -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) }) } @@ -950,11 +946,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