bugfix: 切换对话时初始化对话框

This commit is contained in:
2026-03-27 11:45:06 +08:00
parent 25366a6daa
commit 40c4b7f8ac
2 changed files with 22 additions and 10 deletions

View File

@@ -124,6 +124,7 @@
projectStore.clearProject()
if (newVal) {
handleGetProjectInfoAndHistory()
MyEvent.emit('projectChange')
}
}
)