🐛 修复数据监听异常

This commit is contained in:
目棃
2024-09-20 17:32:13 +08:00
parent c452be8cbb
commit 539e21cba6

View File

@@ -117,7 +117,7 @@ onMounted(async () => {
});
watch(
() => uidCur,
() => uidCur.value,
async () => await refreshOverview(),
);