src/menu/sysinterface/index.jsx
@@ -6,6 +6,7 @@ import Utils from '@/utils/utils.js' import asyncComponent from '@/utils/asyncComponent' import MKEmitter from '@/utils/events.js' import './index.scss' const DataSource = asyncComponent(() => import('@/menu/datasource')) @@ -180,8 +181,13 @@ return record }) this.setState({ interfaces }) this.props.updateConfig({...config, interfaces}) setTimeout(() => { MKEmitter.emit('mkUpdateInter', record, {delay: 0}) }, 10) } addInterface = () => {