Skip to content

Commit

Permalink
fix: after resetting the search, the parameters still exist (#4577)
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb authored Oct 6, 2024
1 parent 9ad4f96 commit 324cdd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/effects/plugins/src/vxe-table/use-vxe-grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
},
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 324cdd8

Please sign in to comment.