项目中心,编辑回显11

This commit is contained in:
gengxin
2025-03-05 13:38:54 +08:00
parent e77b3f583d
commit 3ebc961715

View File

@@ -362,6 +362,7 @@ export default {
})
function getProjectInfo() {
state.projectInfo.name = routers.query.name;
state.projectInfo.parentName = routers.query.parentName;
state.projectInfo.parentId = routers.query.parentId;
state.projectInfo.id = routers.query.projectId;