@factoringplus/pl-components-pack-v3 0.2.64 → 0.2.65
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.
|
@@ -39418,7 +39418,7 @@ function loadingAndSetup(bindData, apiCall, apiParams, loadingArr, fastResponse
|
|
|
39418
39418
|
}));
|
|
39419
39419
|
}
|
|
39420
39420
|
return loadingAndSetup.prototype.store.dispatch(apiCall, apiParams).then((res) => {
|
|
39421
|
-
bindData.value = res
|
|
39421
|
+
bindData.value = res;
|
|
39422
39422
|
loadingAndSetup.prototype.store.commit(addGetSet("set", apiCall), bindData.value);
|
|
39423
39423
|
return Promise.resolve(res, apiParams);
|
|
39424
39424
|
}).catch((error2) => {
|