Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yanyizhou
2021-12-13 17:12:54 +08:00
@@ -1368,7 +1368,9 @@ export default {
/** 选择认证工程师和质量工程师 */ /** 选择认证工程师和质量工程师 */
choiceMore(type, title, id) { choiceMore(type, title, id) {
this.nodeListMore = [] this.nodeListMore = []
this.nodeListMore.push(id) if(id){
this.nodeListMore.push(id)
}
this.type = type this.type = type
this.titleMore = title this.titleMore = title
this.roleShowMore = true this.roleShowMore = true
@@ -1386,6 +1388,7 @@ export default {
}) })
if (this.type === 'authEngineer') { if (this.type === 'authEngineer') {
this.addForm.authEngineer = nameList this.addForm.authEngineer = nameList
console.log(this.addForm.authEngineer);
} else { } else {
this.addForm.qaEngineer = nameList this.addForm.qaEngineer = nameList
} }