This commit is contained in:
2024-04-08 15:30:40 +08:00
parent 20292f1df8
commit 20cb099186
2 changed files with 2 additions and 2 deletions

View File

@ -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
})

View File

@ -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
})