Skip to content

Commit

Permalink
fix: grid form submit button locale switch (#5205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Dec 21, 2024
1 parent 24a4935 commit 68a7e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effects/layouts/src/basic/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ watch(
);
// 语言更新后,刷新页面
watch(() => preferences.app.locale, refresh);
watch(() => preferences.app.locale, refresh, { flush: 'post' });
const slots = useSlots();
const headerSlots = computed(() => {
Expand Down

0 comments on commit 68a7e79

Please sign in to comment.