king
2020-08-31 b3547d1c531e479021219fda5df153a11b9b52a3
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
        >