修改
This commit is contained in:
parent
f6292029a5
commit
45d818615c
@ -290,6 +290,9 @@ export default {
|
|||||||
}
|
}
|
||||||
selectAgencyList(query).then(res => {
|
selectAgencyList(query).then(res => {
|
||||||
this.campusAgencylist = res.data
|
this.campusAgencylist = res.data
|
||||||
|
this.queryParams.campusAgencyId = null
|
||||||
|
this.queryParams.departmentId = null
|
||||||
|
this.queryParams.wardId = null
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//选中院区获取科室
|
//选中院区获取科室
|
||||||
@ -300,6 +303,8 @@ export default {
|
|||||||
}
|
}
|
||||||
getDepartmentList(query).then(res => {
|
getDepartmentList(query).then(res => {
|
||||||
this.departmentlist = res.data
|
this.departmentlist = res.data
|
||||||
|
this.queryParams.departmentId = null
|
||||||
|
this.queryParams.wardId = null
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//选中科室获取病区
|
//选中科室获取病区
|
||||||
@ -310,6 +315,7 @@ export default {
|
|||||||
}
|
}
|
||||||
getDepartmentList(query).then(res => {
|
getDepartmentList(query).then(res => {
|
||||||
this.wardlist = res.data
|
this.wardlist = res.data
|
||||||
|
this.queryParams.wardId = null
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//清空医院
|
//清空医院
|
||||||
|
|||||||
@ -443,6 +443,9 @@ export default {
|
|||||||
}
|
}
|
||||||
selectAgencyList(query).then(res => {
|
selectAgencyList(query).then(res => {
|
||||||
this.campusAgencylist = res.data
|
this.campusAgencylist = res.data
|
||||||
|
this.queryParams.campusAgencyId = null
|
||||||
|
this.queryParams.departmentId = null
|
||||||
|
this.queryParams.wardId = null
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//选中院区获取科室
|
//选中院区获取科室
|
||||||
@ -453,6 +456,8 @@ export default {
|
|||||||
}
|
}
|
||||||
getDepartmentList(query).then(res => {
|
getDepartmentList(query).then(res => {
|
||||||
this.departmentlist = res.data
|
this.departmentlist = res.data
|
||||||
|
this.queryParams.departmentId = null
|
||||||
|
this.queryParams.wardId = null
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//选中科室获取病区
|
//选中科室获取病区
|
||||||
@ -463,6 +468,7 @@ export default {
|
|||||||
}
|
}
|
||||||
getDepartmentList(query).then(res => {
|
getDepartmentList(query).then(res => {
|
||||||
this.wardlist = res.data
|
this.wardlist = res.data
|
||||||
|
this.queryParams.wardId = null
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//清空医院
|
//清空医院
|
||||||
@ -471,6 +477,12 @@ export default {
|
|||||||
this.queryParams.departmentId = null
|
this.queryParams.departmentId = null
|
||||||
this.queryParams.wardId = null
|
this.queryParams.wardId = null
|
||||||
},
|
},
|
||||||
|
//清空医院
|
||||||
|
clearhospitalAgency() {
|
||||||
|
this.queryParams.campusAgencyId = null
|
||||||
|
this.queryParams.departmentId = null
|
||||||
|
this.queryParams.wardId = null
|
||||||
|
},
|
||||||
//清空院区
|
//清空院区
|
||||||
clearcampusAgency() {
|
clearcampusAgency() {
|
||||||
this.queryParams.departmentId = null
|
this.queryParams.departmentId = null
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user