fix : 修复页面细节

This commit is contained in:
2024-05-20 00:58:48 +08:00
parent 1825b6c871
commit 5c93eae4ce
2 changed files with 13 additions and 15 deletions

View File

@@ -450,7 +450,7 @@ const init = async () => {
}
onMounted(async () => {
await init()
if (route.query.id) {
if (route.query.projectId) {
await getDetailInfo()
}
})