yc-vep-ui 0.3.47 → 0.3.48
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.
|
@@ -2433,9 +2433,11 @@ function useFetch(e, n = {}) {
|
|
|
2433
2433
|
let y = null, b = "", x;
|
|
2434
2434
|
watchEffect(() => {
|
|
2435
2435
|
let e = toValue(l.defaultParams);
|
|
2436
|
-
Object.keys(g).forEach((e) => delete g[e]), Object.assign(g, e || {})
|
|
2437
|
-
|
|
2438
|
-
|
|
2436
|
+
Object.keys(g).forEach((e) => delete g[e]), Object.assign(g, e || {});
|
|
2437
|
+
let i = isRef(n.ready) ? n.ready.value : n.ready ?? !0;
|
|
2438
|
+
i && x === !1 && (b = ""), x = i, y && clearTimeout(y), y = setTimeout(() => {
|
|
2439
|
+
let e = JSON.stringify(toRaw(g));
|
|
2440
|
+
r && x && !_ && e !== b && (b = e, nextTick(() => v()));
|
|
2439
2441
|
}, 10);
|
|
2440
2442
|
});
|
|
2441
2443
|
function S(e) {
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { c as e, d as t, f as n, l as r, s as i, u as a } from "../entry-
|
|
1
|
+
import { c as e, d as t, f as n, l as r, s as i, u as a } from "../entry-CLtK-d-7.js";
|
|
2
2
|
export { e as useDictionary, n as useFetch, r as useRoute, a as useRouter, t as useTable, i as useUser };
|
package/dist/utils/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { O as e, _ as t, b as n, v as r, y as i } from "../entry-
|
|
1
|
+
import { O as e, _ as t, b as n, v as r, y as i } from "../entry-CLtK-d-7.js";
|
|
2
2
|
export { t as baseUrl, n as request, e as tempToRender, r as uniq, i as uniqBy };
|
package/dist/vep-ui.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as e, C as t, D as n, E as r, S as i, T as a, a as o, g as s, h as c, i as l, k as u, m as d, n as f, o as p, p as m, r as h, t as g, w as _, x as v } from "./entry-
|
|
1
|
+
import { A as e, C as t, D as n, E as r, S as i, T as a, a as o, g as s, h as c, i as l, k as u, m as d, n as f, o as p, p as m, r as h, t as g, w as _, x as v } from "./entry-CLtK-d-7.js";
|
|
2
2
|
export { e as UiCard, i as UiDescriptions, v as UiDialog, a as UiEditor, n as UiFilter, r as UiForm, t as UiInfiniteScroll, d as UiStaffSelect, u as UiTable, _ as UiTree, m as UiUpload, s as WcUtils, o as YcApproval, c as YcMessage, l as YcPageAgent, h as default, h as ycPlugin, g as getHostVue, p as hooks, f as setHostVue };
|