king
2020-08-17 a4ba5d208b8335c634dffd612c2bf310b1dea607
src/templates/calendarconfig/index.jsx
@@ -779,15 +779,6 @@
    })
  }
  /**
   * @description 批量添加,更新配置信息
   */
  updatefield = (config) => {
    this.setState({
      config: config
    })
  }
  // 年切换时重新生成数据
  changeDate = (year) => {
    this.setState({
@@ -830,7 +821,7 @@
                  config={config}
                  type="search"
                  tableFields={this.state.tableFields}
                  updatefield={this.updatefield}
                  updatefield={this.updateconfig}
                />
              </Panel>
            </Collapse>
@@ -850,10 +841,10 @@
              </div>
            } style={{ width: '100%' }}>
              <SettingComponent
                type="subtable"
                config={config}
                MenuID={config.uuid}
                menuformRef={this.menuformRef}
                tableFields={this.state.tableFields}
                permFuncField={this.props.permFuncField}
                updateConfig={this.updateconfig}
              />