From 26f3ee61d77375951245b96defa4c5a5dbc50b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 23 Apr 2024 09:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/blacklist/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) {