custom-vxe-table 2.2.3 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62919,8 +62919,8 @@ axios_default.a.interceptors.request.use(function (config) {
62919
62919
  var user = utils_storage.getO("user");
62920
62920
 
62921
62921
  if (user) {
62922
- params.companyguid = user.companyguid;
62923
- params.usercode = user.usercode;
62922
+ params.companyguid = user.companyGuid;
62923
+ params.usercode = user.userCode;
62924
62924
  }
62925
62925
 
62926
62926
  config.data = params;
package/lib/index.umd.js CHANGED
@@ -62928,8 +62928,8 @@ axios_default.a.interceptors.request.use(function (config) {
62928
62928
  var user = utils_storage.getO("user");
62929
62929
 
62930
62930
  if (user) {
62931
- params.companyguid = user.companyguid;
62932
- params.usercode = user.usercode;
62931
+ params.companyguid = user.companyGuid;
62932
+ params.usercode = user.userCode;
62933
62933
  }
62934
62934
 
62935
62935
  config.data = params;