From 4507279bf82ddd660b91c525eb47cd9677aa0f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Mon, 13 Dec 2021 16:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=80=89=E4=BA=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nonConfomity/pages/rectificationDatabase.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }