修改
This commit is contained in:
parent
c97b832e96
commit
97d5b8e484
@ -585,7 +585,8 @@ export default {
|
||||
this.info();
|
||||
}
|
||||
let queryparam = {
|
||||
hospitalAgencyId: this.$route.query.hospitalAgencyId
|
||||
hospitalAgencyId: this.$route.query.hospitalAgencyId,
|
||||
nodeType:'DEPARTMENT'
|
||||
}
|
||||
selectUserDepartment(queryparam).then(res => {
|
||||
this.departmentlist = res.data
|
||||
|
||||
@ -242,7 +242,8 @@ export default {
|
||||
handleClassification(row) {
|
||||
this.classificationform = JSON.parse(JSON.stringify(row))
|
||||
let queryparam = {
|
||||
hospitalAgencyId: this.queryParams.hospitalAgencyId
|
||||
hospitalAgencyId: this.queryParams.hospitalAgencyId,
|
||||
nodeType:'DEPARTMENT'
|
||||
}
|
||||
selectUserDepartment(queryparam).then(res => {
|
||||
this.departmentlist = res.data
|
||||
|
||||
Loading…
Reference in New Issue
Block a user