king
2020-01-10 1b0fd0a20d54068f0f4716177780e00a75b860ef
src/tabviews/tableshare/actionList/index.jsx
@@ -317,7 +317,11 @@
                delete res.message
                delete res.status
  
                res.rduri = btn.interface
                if (btn.sysInterface === 'true') {
                  res.rduri = window.GLOB.mainSystemApi || window.GLOB.subSystemApi
                } else {
                  res.rduri = btn.interface
                }
                // res.method = btn.method
                if (btn.outerFunc) {
                  res.func = btn.outerFunc
@@ -331,7 +335,11 @@
            })
          } else {
            // 不存在内部函数时,生成外部请求参数
            param.rduri = btn.interface
            if (btn.sysInterface === 'true') {
              param.rduri = window.GLOB.mainSystemApi || window.GLOB.subSystemApi
            } else {
              param.rduri = btn.interface
            }
            // param.method = btn.method
            if (btn.outerFunc) {
              param.func = btn.outerFunc
@@ -437,7 +445,11 @@
            delete res.message
            delete res.status
            res.rduri = btn.interface
            if (btn.sysInterface === 'true') {
              res.rduri = window.GLOB.mainSystemApi || window.GLOB.subSystemApi
            } else {
              res.rduri = btn.interface
            }
            // res.method = btn.method
            if (btn.outerFunc) {
              res.func = btn.outerFunc