bug
This commit is contained in:
		| @@ -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('提交成功') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user