@factoringplus/pl-components-pack-v3 0.4.26-pre → 0.4.26-pre-2
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.
|
@@ -40176,7 +40176,7 @@ const parseMessageAlert = (error2) => {
|
|
|
40176
40176
|
function loadingAndSetup(bindData, apiCall, apiParams, loadingArr, fastResponse = false) {
|
|
40177
40177
|
let loadingInstanceArr = null;
|
|
40178
40178
|
if (fastResponse) {
|
|
40179
|
-
bindData.value = loadingAndSetup.prototype.store.
|
|
40179
|
+
bindData.value = loadingAndSetup.prototype.store.state[apiCall];
|
|
40180
40180
|
} else {
|
|
40181
40181
|
loadingInstanceArr = loadingArr.map((element) => ElLoading.service({
|
|
40182
40182
|
target: document.getElementById(element)
|