是否BOEU实施为否,置空项目编号

This commit is contained in:
zhangsir
2024-08-27 16:46:22 +08:00
parent c86ae82d19
commit 207518d0ef

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;