diff --git a/src/views/manage/blacklist/index.vue b/src/views/manage/blacklist/index.vue index 43a1fd3..a873df4 100644 --- a/src/views/manage/blacklist/index.vue +++ b/src/views/manage/blacklist/index.vue @@ -344,8 +344,8 @@ export default { if (this.form.campusAgencyId) { this.changecampusAgency(this.form.campusAgencyId, 1, 2) } - if (this.form.abnormalCauseValue) { - this.changeabnormalCauseValue(this.form.abnormalCauseValue, 1) + if (this.form.abnormalCauseId) { + this.changeabnormalCauseValue(this.form.abnormalCauseId, 1) } this.open = true; this.title = "修改黑名单"; @@ -450,7 +450,6 @@ export default { this.queryParams.certificateIssuingDoctorId = null } // }) - this.usergetListinfo(id, type) }, //选中院区获取科室 changecampusAgency(id, type, typetwo) {