diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue index 2aa17ac83..7e03d00a3 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue @@ -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 }