king
2024-02-19 62e2946d9029a40b4406a39275c7863dccbbeadf
src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
@@ -811,11 +811,11 @@
    const { card } = this.props
    const { activeKey, verify } = this.state
    if (card.intertype !== 'system' || verify.dataType !== 'custom') {
      this.setState({activeKey: val})
      return
    } else if (activeKey === 'setting') {
    if (activeKey === 'setting') {
      this.settingForm.handleConfirm().then(res => {
        if (card.intertype !== 'system' || verify.dataType !== 'custom') {
          this.setState({activeKey: val, verify: {...verify, ...res}})
        } else {
        this.setState({
          verify: {...verify, ...res}
        }, () => {
@@ -832,7 +832,11 @@
            })
          }, verify.scripts)
        })
        }
      })
    } else if (card.intertype !== 'system' || verify.dataType !== 'custom') {
      this.setState({activeKey: val})
      return
    } else if (activeKey === 'columns') {
      if (this.columnRef && this.columnRef.state.editingKey) {
        notification.warning({