宣教库

This commit is contained in:
shidongli 2024-04-19 13:47:54 +08:00
parent 160ac410a4
commit 295c27e4bd

View File

@ -47,7 +47,6 @@
placeholder="请选择医院" placeholder="请选择医院"
style="width: 200px" style="width: 200px"
clearable clearable
@change="changehospitalAgency"
> >
<el-option <el-option
v-for="item in hospitalAgencylist" v-for="item in hospitalAgencylist"
@ -343,6 +342,7 @@
placeholder="请选择医院" placeholder="请选择医院"
style="width: 200px" style="width: 200px"
clearable clearable
@change="changehospitalAgency"
> >
<el-option <el-option
v-for="item in hospitalAgencylist" v-for="item in hospitalAgencylist"
@ -1074,11 +1074,9 @@ export default {
}, },
// //
changehospitalAgency(e) { changehospitalAgency(e) {
console.log(e,'00000')
this.form.hospitalAgencyName = this.hospitalAgencylist.find(f => f.id == e).agencyName this.form.hospitalAgencyName = this.hospitalAgencylist.find(f => f.id == e).agencyName
this.form.hospitalAgencyId = e this.form.hospitalAgencyId = e
// hospitalAgencyId
this.form.departmentName = '' this.form.departmentName = ''
this.form.departmentId = '' this.form.departmentId = ''
this.diseaseTypeName = '请选择病种' this.diseaseTypeName = '请选择病种'
@ -1090,7 +1088,6 @@ export default {
getDepartmentList(query).then(res => { getDepartmentList(query).then(res => {
this.Departmentdata = res.data this.Departmentdata = res.data
}) })
console.log(e)
}, },
// //
changeDepartment(e) { changeDepartment(e) {