Merge branch 'zcwy_0827_pingcode817' into dev_master

This commit is contained in:
nisen
2024-08-27 16:48:30 +08:00

View File

@@ -340,6 +340,11 @@ export default {
state.projectInfo.parentName = routers.query.parentName;
state.projectInfo.parentId = routers.query.parentId;
});
watch(()=>state.projectInfo.boeFlag,(val)=>{
if(!val){
state.projectInfo.numValue = ''
}
})
function getProjectInfo() {
state.projectInfo.parentName = routers.query.parentName;