Browse Source
chore: update-vxe-table (#6516)
* chore: update vxe-pc-ui,vxe-table
* fix(ui): 修复代理配置初始化方法名错误
* fix(ui): 修改远程表格刷新配置
* chroe: update vxeTable
更新到最新
pull/6529/head
Jin Mao
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
4 additions and
4 deletions
-
packages/effects/plugins/src/vxe-table/use-vxe-grid.vue
-
playground/src/views/examples/vxe-table/remote.vue
-
pnpm-workspace.yaml
|
|
|
@ -300,7 +300,7 @@ async function init() { |
|
|
|
const enableProxyConfig = options.value.proxyConfig?.enabled; |
|
|
|
if (enableProxyConfig && autoLoad) { |
|
|
|
props.api.grid.commitProxy?.( |
|
|
|
'_init', |
|
|
|
'initial', |
|
|
|
formOptions.value ? ((await formApi.getValues()) ?? {}) : {}, |
|
|
|
); |
|
|
|
// props.api.reload(formApi.form?.values ?? {}); |
|
|
|
|
|
|
|
@ -55,7 +55,7 @@ const gridOptions: VxeGridProps<RowType> = { |
|
|
|
custom: true, |
|
|
|
export: true, |
|
|
|
// import: true, |
|
|
|
refresh: { code: 'query' }, |
|
|
|
refresh: true, |
|
|
|
zoom: true, |
|
|
|
}, |
|
|
|
}; |
|
|
|
|
|
|
|
@ -187,8 +187,8 @@ catalog: |
|
|
|
vue-router: ^4.5.1 |
|
|
|
vue-tippy: ^6.7.1 |
|
|
|
vue-tsc: 2.2.10 |
|
|
|
vxe-pc-ui: ^4.6.42 |
|
|
|
vxe-table: ^4.13.51 |
|
|
|
vxe-pc-ui: ^4.7.12 |
|
|
|
vxe-table: ^4.14.4 |
|
|
|
watermark-js-plus: ^1.6.2 |
|
|
|
zod: ^3.25.67 |
|
|
|
zod-defaults: ^0.1.3 |
|
|
|
|