yc-vep-ui 0.3.29 → 0.3.30
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.
|
@@ -4420,7 +4420,9 @@ function Ci(e) {
|
|
|
4420
4420
|
...n.query,
|
|
4421
4421
|
instanceId: e
|
|
4422
4422
|
}, r = n.mode === "hash" ? `${window.location.hash.split("?")[0]}?${new URLSearchParams(t).toString()}` : `${window.location.pathname}?${new URLSearchParams(t).toString()}`;
|
|
4423
|
-
|
|
4423
|
+
setTimeout(() => {
|
|
4424
|
+
window.location.href = r, window.location.reload();
|
|
4425
|
+
}, 1500);
|
|
4424
4426
|
} else z.Message.error(u?.message || "提交失败");
|
|
4425
4427
|
}
|
|
4426
4428
|
async function p(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-BWdu81ps.js";
|
|
2
2
|
export { e as useDictionary, n as useFetch, r as useRoute, a as useRouter, t as useTable, i as useUser };
|
package/dist/vep-ui.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as e, S as t, _ as n, a as r, b as i, g as a, h as o, i as s, m as c, n as l, o as u, p as d, r as f, t as p, v as m, w as h, x as g, y as _ } from "./entry-
|
|
1
|
+
import { C as e, S as t, _ as n, a as r, b as i, g as a, h as o, i as s, m as c, n as l, o as u, p as d, r as f, t as p, v as m, w as h, x as g, y as _ } from "./entry-BWdu81ps.js";
|
|
2
2
|
export { e as El, h as UiCard, a as UiDescriptions, o as UiDialog, _ as UiEditor, g as UiFilter, i as UiForm, n as UiInfiniteScroll, c as UiStaffSelect, t as UiTable, m as UiTree, d as UiUpload, r as YcApproval, s as default, s as ycPlugin, p as getHostVue, l as getMessage, u as hooks, f as setHostVue };
|