king
2020-09-04 b987be8dd8b6bc1fa01810daa1e1a60e58a3c921
src/tabviews/formtab/index.jsx
@@ -216,7 +216,7 @@
          param.secretkey = Utils.encrypt(param.LText, param.timestamp)
          if (this.props.menuType === 'HS') { // 云端数据验证
            param.open_key = Utils.encrypt(param.secretkey, param.timestamp, true)
            param.open_key = Utils.encryptOpenKey(param.secretkey, param.timestamp)
            if (item.database === 'sso' && options.cloudServiceApi) { // 存在云端地址时,使用云端系统参数
              param.rduri = options.cloudServiceApi
@@ -444,7 +444,7 @@
    param.DateCount = ''
    if (this.props.menuType !== 'HS') { // 云端数据验证
      param.open_key = Utils.encrypt(param.secretkey, param.timestamp, true)
      param.open_key = Utils.encryptOpenKey(param.secretkey, param.timestamp)
    }
    return param