custom-vxe-table 2.2.2 → 2.2.3
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.
- package/lib/index.common.js +2 -2
- package/lib/index.umd.js +2 -2
- package/lib/index.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/index.common.js
CHANGED
|
@@ -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.
|
|
62923
|
-
params.
|
|
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.
|
|
62932
|
-
params.
|
|
62931
|
+
params.companyguid = user.companyguid;
|
|
62932
|
+
params.usercode = user.usercode;
|
|
62933
62933
|
}
|
|
62934
62934
|
|
|
62935
62935
|
config.data = params;
|