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('提亀成功')