king
2022-10-10 1654c2e3838428eeef6bc04b5e46811cafdaf608
src/menu/sysinterface/index.jsx
@@ -181,7 +181,6 @@
      return record
    })
    this.setState({ interfaces })
    this.props.updateConfig({...config, interfaces})
@@ -233,7 +232,6 @@
          destroyOnClose
        > 
          <PlusOutlined key="add-interface" onClick={this.addInterface}/>
          {/* <div style={{fontSize: '12px', position: 'relative', top: '20px'}}>注:接口执行完成后,会触发默认不加载的组件刷新数据。</div> */}
          <EditTable key="manage-interface" actions={['copy']} type="interface" data={interfaces} columns={columns} onChange={this.changeScripts}/>
        </Modal>
      </div>