monkey-front-core 0.0.457 → 0.0.458
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/esm2020/lib/core/services/commons/monkeyecx-commons-resolve.service.mjs +3 -3
- package/fesm2015/monkey-front-core.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -2
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.458.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.457.tgz +0 -0
|
@@ -3181,9 +3181,9 @@ class MonkeyEcxCommonsResolveService extends MonkeyEcxCommonsService {
|
|
|
3181
3181
|
async loadPage() {
|
|
3182
3182
|
try {
|
|
3183
3183
|
const { store, tokenStorage, action } = this;
|
|
3184
|
-
const { companyId, companyType } = await tokenStorage?.getToken();
|
|
3184
|
+
const { companyId, companyType, governmentId } = await tokenStorage?.getToken();
|
|
3185
3185
|
store.dispatch(action.loadPagination({
|
|
3186
|
-
identifier: `${companyId}-${companyType}`,
|
|
3186
|
+
identifier: `${companyId || governmentId}-${companyType}`,
|
|
3187
3187
|
pagination: {
|
|
3188
3188
|
action: 'next',
|
|
3189
3189
|
},
|