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/templates/sharecomponent/treesettingcomponent/index.jsx | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/templates/sharecomponent/treesettingcomponent/index.jsx b/src/templates/sharecomponent/treesettingcomponent/index.jsx index 867f295..055a295 100644 --- a/src/templates/sharecomponent/treesettingcomponent/index.jsx +++ b/src/templates/sharecomponent/treesettingcomponent/index.jsx @@ -4,7 +4,6 @@ import { SettingOutlined } from '@ant-design/icons' import SettingForm from './settingform' -import MKEmitter from '@/utils/events.js' import './index.scss' @@ -32,7 +31,6 @@ visible: true, menu: menu }) - MKEmitter.emit('modalStatus', '鏁版嵁婧�') } /** @@ -69,8 +67,6 @@ res.searchLwidth = config.setting.searchLwidth !== undefined ? config.setting.searchLwidth : 33.3 this.props.updatesetting({...config, setting: res}) - - MKEmitter.emit('modalStatus', false) }, () => { this.setState({ loading: false @@ -100,7 +96,7 @@ visible={visible} width={'75vw'} maskClosable={false} - onCancel={() => { MKEmitter.emit('modalStatus', false); this.setState({ visible: false })}} + onCancel={() => { this.setState({ visible: false })}} confirmLoading={loading} onOk={this.settingSave} destroyOnClose -- Gitblit v1.8.0