king
2020-04-17 bf772e586c29b4858366dbad143b1eaeca3c46ed
src/tabviews/formtab/actionList/index.jsx
@@ -198,9 +198,9 @@
            res.rduri = btn.interface
          }
        } else {
          if (btn.sysInterface === 'true') {
            res.rduri = window.GLOB.mainSystemApi || window.GLOB.subSystemApi
          } else {
          if (btn.sysInterface === 'true' && window.GLOB.mainSystemApi) {
            res.rduri = window.GLOB.mainSystemApi
          } else if (btn.sysInterface !== 'true') {
            res.rduri = btn.interface
          }
        }
@@ -208,8 +208,6 @@
        if (btn.outerFunc) {
          res.func = btn.outerFunc
        }
        res.appkey = window.GLOB.appkey || '' // 外部请求时,统一添加appkey
  
        return Api.genericInterface(res)
      }).then(response => {