From 5891206952e2ff63e87aed2f47df5324b019d32e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 25 十月 2022 00:39:38 +0800 Subject: [PATCH] 2022-10-25 --- src/menu/components/form/formaction/index.jsx | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/menu/components/form/formaction/index.jsx b/src/menu/components/form/formaction/index.jsx index 91ab639..c76bdcc 100644 --- a/src/menu/components/form/formaction/index.jsx +++ b/src/menu/components/form/formaction/index.jsx @@ -157,7 +157,6 @@ this.setState({ profVisible: true }) - MKEmitter.emit('modalStatus', '楠岃瘉淇℃伅') } /** @@ -173,7 +172,6 @@ profVisible: false }) this.props.updateconfig(group) - MKEmitter.emit('modalStatus', false) }) } @@ -256,11 +254,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