king
2020-02-04 390c5026c78d2be9dca4357041f4a0ec8ac3668f
src/tabviews/tableshare/actionList/index.jsx
@@ -226,14 +226,14 @@
        }
        
        Api.genericInterface(param).then((res) => {
          if (res.status) {
            this.execSuccess(btn, res)
          } else {
            this.execError(res, btn)
          }
          _resolve()
        })
        // Api.genericInterface(param).then((res) => {
        //   if (res.status) {
        //     this.execSuccess(btn, res)
        //   } else {
        //     this.execError(res, btn)
        //   }
        //   _resolve()
        // })
      } else if (btn.Ot === 'required' || (btn.Ot === 'requiredOnce' && btn.OpenType === 'pop')) {
        let deffers = data.map(cell => {
          let param = {
@@ -382,7 +382,7 @@
          _outParam = JSON.parse(JSON.stringify(res))
          res.appkey = window.GLOB.appkey || '' // 外部请求时,统一添加appkey
          return Api.genericInterface(res)
        }).then(response => {
          if (!response) return