@chase-shao/vue-component-lib 1.2.50 → 1.2.51
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/components/data-gen/views/CreateView.vue.d.ts +12 -12
- package/dist/components/data-gen/views/UpdateView.vue.d.ts +12 -12
- package/dist/components/data-gen/widgets/CheckBox.vue.d.ts +2 -2
- package/dist/components/data-gen/widgets/FileUpload.vue.d.ts +2 -2
- package/dist/components/data-gen/widgets/InputNumber.vue.d.ts +2 -2
- package/dist/components/data-gen/widgets/InputText.vue.d.ts +2 -2
- package/dist/components/data-gen/widgets/TextArea.vue.d.ts +2 -2
- package/dist/components/data-gen/widgets/index.vue.d.ts +5 -5
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -191,7 +191,7 @@ function gt(e, t, a) {
|
|
|
191
191
|
const ye = async (e, t, a, n) => {
|
|
192
192
|
const l = await (await G()).get(`/General/${t}/${e}/page`, { params: n });
|
|
193
193
|
return gt(l?.data, e, a);
|
|
194
|
-
}, Oe = async (e, t, a) => (await (await G()).post(
|
|
194
|
+
}, Oe = async (e, t, a) => (await (await G()).post(`/${t}/${e}/button/List`, null, { params: a }))?.data;
|
|
195
195
|
async function vt(e, t) {
|
|
196
196
|
const n = await (await G()).post(`/General/${e}/list`, t);
|
|
197
197
|
return {
|