mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
Merge branch 'zcwy_0827_pingcode817' into dev_master
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