king
2020-01-19 b35e3f0bacdbadf5823e06fe8dc6e047089aae38
src/templates/subtableconfig/index.jsx
@@ -510,8 +510,8 @@
  creatFunc = () => {
    let _config = JSON.parse(JSON.stringify(this.state.config))
    this.formRef.handleConfirm().then(res => {
      let btn = res  // 按钮信息
    this.actionFormRef.handleConfirm().then(res => {
      let btn = res         // 按钮信息
      let newLText = ''     // 创建存储过程sql
      let DelText = ''      // 删除存储过程sql
      let isExit = false    // 存储过程是否存在
@@ -1718,7 +1718,7 @@
          })
          Api.getSystemConfig({
            func: 'sPC_Get_LongParam',
            MenuID: btn.uuid
            MenuID: btn.OpenType === 'popview' ? btn.linkTab : btn.uuid
          }).then(res => {
            if (res.status) {
              this.setState({
@@ -1733,6 +1733,7 @@
                  _LongParam = ''
                }
              }
              this.props.handleSubConfig(btn, config, _LongParam, 'tabButton')
            } else {
              this.setState({