king
2022-11-30 e5980907614ee16c8eac404501b0f7a9d9316515
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -1021,7 +1021,7 @@
      }
      if (params[0].$unCheckParam) {
        this.checkLoopRequest(params, btn, _resolve)
        this.checkLoopRequest(params, _resolve)
      } else if (params.length <= 20) {
        let deffers = params.map((param, i) => {
          return new Promise(resolve => {
@@ -1569,7 +1569,7 @@
  /**
   * @description 数据检验循环执行
   */
  checkLoopRequest = (params, btn, _resolve) => {
  checkLoopRequest = (params, _resolve) => {
    let param = params.shift()
    let unCheckParam = param.$unCheckParam
@@ -1587,7 +1587,7 @@
          this.execSuccess(res)
          _resolve()
        } else {
          this.checkLoopRequest(params, btn, _resolve)
          this.checkLoopRequest(params, _resolve)
        }
      } else if (res.ErrCode === 'C') {
        const _this = this
@@ -1604,7 +1604,7 @@
                    _this.execSuccess(result)
                    _resolve()
                  } else {
                    _this.checkLoopRequest(params, btn, _resolve)
                    _this.checkLoopRequest(params, _resolve)
                  }
                } else {
                  _this.execError(result)