hcui-package 2.0.14 → 2.0.17
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/dist/hcui-package.es.js
CHANGED
|
@@ -78911,6 +78911,7 @@ function uee(e = {}, t, n, o) {
|
|
|
78911
78911
|
}), p = ne({
|
|
78912
78912
|
...e
|
|
78913
78913
|
}), m = ne([]), g = ne(!1), b = async (C = !1) => {
|
|
78914
|
+
if (g.value) return;
|
|
78914
78915
|
C && (u.value[i] = 1, x.page = 1);
|
|
78915
78916
|
let S = {
|
|
78916
78917
|
pageParams: { ...u.value },
|
|
@@ -78921,7 +78922,9 @@ function uee(e = {}, t, n, o) {
|
|
|
78921
78922
|
typeof S.formData[R] == "string" && (S.formData[R] = S.formData[R].trim()), !S.formData[R] && S.formData[R] !== 0 && S.formData[R] !== !1 && delete S.formData[R];
|
|
78922
78923
|
g.value = !0;
|
|
78923
78924
|
const D = await t(S).finally(() => {
|
|
78924
|
-
|
|
78925
|
+
setTimeout(() => {
|
|
78926
|
+
g.value = !1;
|
|
78927
|
+
}, 200);
|
|
78925
78928
|
});
|
|
78926
78929
|
D && D[s] ? (m.value = D[s], x.itemCount = Number(D[c])) : m.value = D || [];
|
|
78927
78930
|
}, x = rn({
|