fix: grid form submit button locale switch (#5205)
parent
24a4935e85
commit
68a7e790d8
|
@ -152,7 +152,7 @@ watch(
|
|||
);
|
||||
|
||||
// 语言更新后,刷新页面
|
||||
watch(() => preferences.app.locale, refresh);
|
||||
watch(() => preferences.app.locale, refresh, { flush: 'post' });
|
||||
|
||||
const slots = useSlots();
|
||||
const headerSlots = computed(() => {
|
||||
|
|
Loading…
Reference in New Issue