修改
This commit is contained in:
parent
20292f1df8
commit
20cb099186
@ -222,7 +222,7 @@ export default {
|
||||
usergetListinfo() {
|
||||
usergetList({
|
||||
agencyId: this.$route.query.hospitalAgencyId,
|
||||
postName: 'DOCTOR'
|
||||
postName: 'HEALTH_MANAGE_MASTER'
|
||||
}).then(res => {
|
||||
this.attendingPhysicianlist = res.data
|
||||
})
|
||||
|
||||
@ -210,7 +210,7 @@ export default {
|
||||
usergetListinfo() {
|
||||
usergetList({
|
||||
agencyId: this.$route.query.hospitalAgencyId,
|
||||
postName: 'DOCTOR'
|
||||
postName: 'HEALTH_MANAGE_MASTER'
|
||||
}).then(res => {
|
||||
this.attendingPhysicianlist = res.data
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user