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 | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/menu/components/form/formaction/index.jsx b/src/menu/components/form/formaction/index.jsx index f0e70b2..c76bdcc 100644 --- a/src/menu/components/form/formaction/index.jsx +++ b/src/menu/components/form/formaction/index.jsx @@ -96,7 +96,7 @@ supId = config.wrap.supModule[config.wrap.supModule.length - 1] } - let modules = MenuUtils.getSubModules(window.GLOB.customMenu.components, config.uuid, supId) || [] + let modules = MenuUtils.getSubModules(window.GLOB.customMenu.components, config.uuid, supId) let anchors = MenuUtils.getAnchors(window.GLOB.customMenu.components, config.uuid) || [] if (card.type === 'submit' && !card.Ot) { @@ -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