This commit is contained in:
2024-04-23 09:43:35 +08:00
parent bf09228aa5
commit 26f3ee61d7

View File

@ -344,8 +344,8 @@ export default {
if (this.form.campusAgencyId) { if (this.form.campusAgencyId) {
this.changecampusAgency(this.form.campusAgencyId, 1, 2) this.changecampusAgency(this.form.campusAgencyId, 1, 2)
} }
if (this.form.abnormalCauseValue) { if (this.form.abnormalCauseId) {
this.changeabnormalCauseValue(this.form.abnormalCauseValue, 1) this.changeabnormalCauseValue(this.form.abnormalCauseId, 1)
} }
this.open = true; this.open = true;
this.title = "修改黑名单"; this.title = "修改黑名单";
@ -450,7 +450,6 @@ export default {
this.queryParams.certificateIssuingDoctorId = null this.queryParams.certificateIssuingDoctorId = null
} }
// }) // })
this.usergetListinfo(id, type)
}, },
// //
changecampusAgency(id, type, typetwo) { changecampusAgency(id, type, typetwo) {