编辑选人错误

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