This commit is contained in:
2024-07-12 15:09:02 +08:00
parent c97b832e96
commit 97d5b8e484
2 changed files with 4 additions and 2 deletions

View File

@ -585,7 +585,8 @@ export default {
this.info(); this.info();
} }
let queryparam = { let queryparam = {
hospitalAgencyId: this.$route.query.hospitalAgencyId hospitalAgencyId: this.$route.query.hospitalAgencyId,
nodeType:'DEPARTMENT'
} }
selectUserDepartment(queryparam).then(res => { selectUserDepartment(queryparam).then(res => {
this.departmentlist = res.data this.departmentlist = res.data

View File

@ -242,7 +242,8 @@ export default {
handleClassification(row) { handleClassification(row) {
this.classificationform = JSON.parse(JSON.stringify(row)) this.classificationform = JSON.parse(JSON.stringify(row))
let queryparam = { let queryparam = {
hospitalAgencyId: this.queryParams.hospitalAgencyId hospitalAgencyId: this.queryParams.hospitalAgencyId,
nodeType:'DEPARTMENT'
} }
selectUserDepartment(queryparam).then(res => { selectUserDepartment(queryparam).then(res => {
this.departmentlist = res.data this.departmentlist = res.data