From 86bbb552c55a8c4e4ae96c2867ad331c54304d22 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 23 Mar 2023 11:06:59 +0800 Subject: [PATCH] bug --- project/qujing/app/AppExaminationManage/components/Add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/qujing/app/AppExaminationManage/components/Add.vue b/project/qujing/app/AppExaminationManage/components/Add.vue index 8308cd51..236ebfba 100644 --- a/project/qujing/app/AppExaminationManage/components/Add.vue +++ b/project/qujing/app/AppExaminationManage/components/Add.vue @@ -405,7 +405,7 @@ this.instance.post(`/app/appexaminationinfo/addOrUpdate`, { ...this.form, id: this.params.id || '', - certificateName: this.certificateList.filter(v => v.dictValue === this.form.certificateId)[0].dictName + certificateName: this.form.examinationType === '1' ? this.certificateList.filter(v => v.dictValue === this.form.certificateId)[0].dictName : '' }).then(res => { if (res.code == 0) { this.$message.success('提亀成功')