src/templates/calendarconfig/tabcomponent/index.jsx
@@ -73,8 +73,6 @@ confirm({ content: '确定删除标签吗?', okText: this.state.dict['model.confirm'], cancelText: this.state.dict['model.cancel'], onOk() { _this.props.updateConfig({...config, tab: ''}) }, @@ -101,8 +99,6 @@ width={900} maskClosable={false} onCancel={() => { this.setState({ visible: false })}} cancelText={this.state.dict['model.cancel']} okText={this.state.dict['model.confirm']} onOk={this.tabSave} destroyOnClose >