This commit is contained in:
yanran200730
2023-03-23 11:06:59 +08:00
parent a19b770b9f
commit 86bbb552c5

View File

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