Skip to content

Commit 1bc5d29

Browse files
authored
chore: update-vxe-table (#6516)
* chore: update vxe-pc-ui,vxe-table * fix(ui): 修复代理配置初始化方法名错误 * fix(ui): 修改远程表格刷新配置 * chroe: update vxeTable 更新到最新
1 parent bb36cca commit 1bc5d29

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/effects/plugins/src/vxe-table/use-vxe-grid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ async function init() {
300300
const enableProxyConfig = options.value.proxyConfig?.enabled;
301301
if (enableProxyConfig && autoLoad) {
302302
props.api.grid.commitProxy?.(
303-
'_init',
303+
'initial',
304304
formOptions.value ? ((await formApi.getValues()) ?? {}) : {},
305305
);
306306
// props.api.reload(formApi.form?.values ?? {});

playground/src/views/examples/vxe-table/remote.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const gridOptions: VxeGridProps<RowType> = {
5555
custom: true,
5656
export: true,
5757
// import: true,
58-
refresh: { code: 'query' },
58+
refresh: true,
5959
zoom: true,
6060
},
6161
};

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ catalog:
187187
vue-router: ^4.5.1
188188
vue-tippy: ^6.7.1
189189
vue-tsc: 2.2.10
190-
vxe-pc-ui: ^4.6.42
191-
vxe-table: ^4.13.51
190+
vxe-pc-ui: ^4.7.12
191+
vxe-table: ^4.14.4
192192
watermark-js-plus: ^1.6.2
193193
zod: ^3.25.67
194194
zod-defaults: ^0.1.3

0 commit comments

Comments
 (0)