🐛 修复UID切换数据未刷新

This commit is contained in:
目棃
2024-09-20 17:27:21 +08:00
parent 4e3ad5816f
commit c452be8cbb
2 changed files with 7 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ onMounted(async () => {
});
watch(
() => props.cur,
() => props.uid,
async () => await refreshOverview(),
);