@yzsf2e/render-core 1.0.2-alpha.12 → 1.0.2-alpha.13
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/render-core.mjs +2 -2
- package/dist/render-core.umd.js +2 -2
- package/package.json +1 -1
package/dist/render-core.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineComponent as fe, ref as V, computed as Y, inject as ye, h as Ae,
|
|
|
2
2
|
import { DatePicker as Xw, Modal as Jw, Button as cr, Space as jt, message as se, Input as $z, Select as yr, RangePicker as zz, Col as jz, Row as Tz, Form as Xr, Menu as Mz, MenuItem as Cz, Dropdown as Fz, Pagination as Hz, DropdownButton as _z, Alert as i7, Spin as Vz, Table as Az, Transfer as Lz, ConfigProvider as Ez } from "ant-design-vue";
|
|
3
3
|
import { useRouter as Jr } from "vue-router";
|
|
4
4
|
/*!
|
|
5
|
-
* @yzsf2e/render-core v0.0.2-alpha.25 Mon Feb 26 2024
|
|
5
|
+
* @yzsf2e/render-core v0.0.2-alpha.25 Mon Feb 26 2024 17:05:47 GMT+0800 (中国标准时间)
|
|
6
6
|
* (c) 2023 @yzsf2e.
|
|
7
7
|
*/
|
|
8
8
|
const Dz = Object.assign;
|
|
@@ -23672,7 +23672,7 @@ const jTe = (r, e, t = "post", n = {}) => (a) => r({
|
|
|
23672
23672
|
listApiConfig: t
|
|
23673
23673
|
}) => {
|
|
23674
23674
|
const { pageNoKey: n, pageSizeKey: a, conditionKey: i, metaKey: u } = t, o = u === null ? {} : Z$();
|
|
23675
|
-
return n && a && (Ew(o,
|
|
23675
|
+
return n && a && (Ew(o, n, e.pageNo), Ew(o, a, e.pageSize)), i === null ? Object.assign(o, r) : o[i || "condition"] = r, o;
|
|
23676
23676
|
}, TTe = () => ct().appContext.config.globalProperties.$axios, We = (r, e, t) => {
|
|
23677
23677
|
const n = TTe();
|
|
23678
23678
|
return jTe(n, r, e, t);
|