diff --git a/packages/effects/plugins/src/vxe-table/use-vxe-grid.vue b/packages/effects/plugins/src/vxe-table/use-vxe-grid.vue index cc0d91a285f..806e0719394 100644 --- a/packages/effects/plugins/src/vxe-table/use-vxe-grid.vue +++ b/packages/effects/plugins/src/vxe-table/use-vxe-grid.vue @@ -143,7 +143,7 @@ const vbenFormOptions = computed(() => { props.api.reload(formValues); }, handleReset: async () => { - formApi.resetForm(); + await formApi.resetForm(); const formValues = formApi.form.values; props.api.reload(formValues); }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ec020c21af..aba36c31b27 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -475,8 +475,8 @@ catalogs: specifier: ^2.1.6 version: 2.1.6 vxe-pc-ui: - specifier: ^4.2.13 - version: 4.2.13 + specifier: ^4.2.14 + version: 4.2.14 vxe-table: specifier: ^4.7.84 version: 4.7.85 @@ -1634,7 +1634,7 @@ importers: version: 3.5.11(typescript@5.6.2) vxe-pc-ui: specifier: 'catalog:' - version: 4.2.13 + version: 4.2.14 vxe-table: specifier: 'catalog:' version: 4.7.85 @@ -10224,8 +10224,8 @@ packages: peerDependencies: vue: ^3.5.11 - vxe-pc-ui@4.2.13: - resolution: {integrity: sha512-zTI0pDAO0sJ5Snvv8zDnvxMcZt2dKg5RPrtOXsHpSuAW+B2dS/grdn7bvj7RVpgb/cSx4fdNoVmmU5U6HLufAA==} + vxe-pc-ui@4.2.14: + resolution: {integrity: sha512-yXZo7axUmn62bksPKFwOHafGJTDH7QXsvhWVwr/xb+vM4wLA14WUijyEnAJJvY78lM5FB8cIFZqwahOhj1Pu8w==} vxe-table@4.7.85: resolution: {integrity: sha512-sNQ4jKnU6vZkStTK2JDDKgIz5kKCCWtTtOVl7dpNsLJ16NYWMCDlNby5m/DJC+xa0dPvSdr7+AH4TXfD1vpRFg==} @@ -19866,13 +19866,13 @@ snapshots: vooks: 0.2.12(vue@3.5.11(typescript@5.6.2)) vue: 3.5.11(typescript@5.6.2) - vxe-pc-ui@4.2.13: + vxe-pc-ui@4.2.14: dependencies: '@vxe-ui/core': 4.0.12 vxe-table@4.7.85: dependencies: - vxe-pc-ui: 4.2.13 + vxe-pc-ui: 4.2.14 warning@4.0.3: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 39f4c54027e..96c5adfc98a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -173,7 +173,7 @@ catalog: vue-i18n: ^10.0.3 vue-router: ^4.4.5 vue-tsc: ^2.1.6 - vxe-pc-ui: ^4.2.13 + vxe-pc-ui: ^4.2.14 vxe-table: ^4.7.84 watermark-js-plus: ^1.5.7 zod: ^3.23.8