king
2022-05-09 28ebe609e47b28794450cefc72d3e0f62fd904e7
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -30,7 +30,8 @@
    setting: PropTypes.object,   // 页面设置
    formlist: PropTypes.any,     // 表单信息
    card: PropTypes.any,         // 按钮信息
    inputSubmit: PropTypes.any   // 回车提交事件
    inputSubmit: PropTypes.func, // 回车提交事件
    updRecord: PropTypes.func    // 更新信息
  }
  state = {
@@ -140,6 +141,7 @@
        }
      }, 100)
    }
    this.props.updRecord && this.props.updRecord(this.record)
  }
  getMutilOptions = (requireOptions) => {
@@ -489,6 +491,8 @@
        this.record.control = ''
        _fieldval.control = ''
      }
      this.props.updRecord && this.props.updRecord(this.record)
    } else if (key === 'funcType') {
      if (value === 'print') {
        _fieldval.label = '打印'
@@ -553,6 +557,8 @@
      }
    } else if (key === 'intertype') {
      this.record.sysInterface = 'false'
      this.props.updRecord && this.props.updRecord(this.record)
    } else if (key === 'sysInterface') {
      if (value === 'true') {
        _fieldval.interface = window.GLOB.mainSystemApi || ''