mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
是否BOEU实施为否,置空项目编号
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user