king
2024-09-12 8f956f8ac5f2fd6fe94b65d4c6b6c4fc4c56344a
src/api/index.js
@@ -698,6 +698,12 @@
        }
      }
      if (param.$type) {
        url += '/' + param.$type
      }
      delete param.$type
      param = this.encryptParam(param)
      return new Promise((resolve) => {
@@ -716,7 +722,7 @@
            res.ErrCode = '-2'
            MKEmitter.emit('reloadTabs')
          }
          if (res.status) {
          if (res.status && id) {
            window.GLOB.CacheMap.set(id, res)
          }
          resolve(res)
@@ -1003,6 +1009,12 @@
        }
      }
      if (param.$type) {
        url += '/' + param.$type
      }
      delete param.$type
      param.username = sessionStorage.getItem('User_Name') || ''
      param.fullname = sessionStorage.getItem('Full_Name') || ''
      param.s_debug = window.GLOB.debugger ? 'Y' : ''