宣教库
This commit is contained in:
parent
160ac410a4
commit
295c27e4bd
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user