chore: update-vxe-table (#6516)

* chore: update vxe-pc-ui,vxe-table

* fix(ui): 修复代理配置初始化方法名错误

* fix(ui): 修改远程表格刷新配置

* chroe: update vxeTable

更新到最新
This commit is contained in:
Jin Mao
2025-07-16 19:15:39 +08:00
committed by GitHub
parent bb36cca315
commit 1bc5d2986b
3 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ const gridOptions: VxeGridProps<RowType> = {
custom: true,
export: true,
// import: true,
refresh: { code: 'query' },
refresh: true,
zoom: true,
},
};