king
2020-01-03 4d62306be71cef7d62059f07199426f96353c412
src/tabviews/tableshare/actionList/index.jsx
@@ -683,8 +683,8 @@
      }
      let _sql = Utils.getSelectQuerySql(item)
      console.log(_sql)
      _sql = Utils.formatOptions(_sql)
      let param = {
        func: 'sPC_Get_SelectedList',
        LText: _sql,
@@ -755,12 +755,12 @@
      this.setState({
        confirmLoading: true
      })
      console.log(res)
      // this.execSubmit(this.state.execAction, this.state.tabledata, () => {
      //   this.setState({
      //     confirmLoading: false
      //   })
      // }, res)
      this.execSubmit(this.state.execAction, this.state.tabledata, () => {
        this.setState({
          confirmLoading: false
        })
      }, res)
    }, () => {})
  }