king
2022-10-09 2f54651464414059b224181d713af2980e76d095
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 = () => {