修改
This commit is contained in:
parent
bf09228aa5
commit
26f3ee61d7
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user