king
2022-07-22 0c439ced2c97905cb2b02f5f689a37b19369fb8a
src/tabviews/formtab/actionList/index.jsx
@@ -11,7 +11,6 @@
class MainAction extends Component {
  static propTpyes = {
    menuType: PropTypes.any,       // 菜单类型,普通菜单或HS
    MenuID: PropTypes.string,      // 菜单ID
    primaryId: PropTypes.string,   // 主键
    actions: PropTypes.array,      // 按钮组
@@ -142,7 +141,7 @@
        param.LText = Utils.formatOptions(param.LText)
      }
      if (this.props.menuType === 'HS' && param.timestamp) { // 云端验证
      if (window.GLOB.mkHS && param.timestamp) { // 云端验证
        param.open_key = Utils.encryptOpenKey(param.secretkey, param.timestamp)
      }
@@ -208,7 +207,7 @@
        // 外部请求
        _outParam = JSON.parse(JSON.stringify(res))
  
        if (this.props.menuType === 'HS') {
        if (window.GLOB.mkHS) {
          if (btn.sysInterface === 'true' && options.cloudServiceApi) {
            res.rduri = options.cloudServiceApi
          } else if (btn.sysInterface !== 'true') {