This commit is contained in:
2024-04-19 13:37:33 +08:00
parent 0be026b392
commit 40e7de4d47
2 changed files with 0 additions and 2 deletions

View File

@ -232,7 +232,6 @@ export default {
// //
usergetListinfo() { usergetListinfo() {
usergetList({ usergetList({
agencyId: this.$route.query.hospitalAgencyId,
postName: 'HEALTH_MANAGE_MASTER' postName: 'HEALTH_MANAGE_MASTER'
}).then(res => { }).then(res => {
this.attendingPhysicianlist = res.data this.attendingPhysicianlist = res.data

View File

@ -226,7 +226,6 @@ export default {
// //
usergetListinfo() { usergetListinfo() {
usergetList({ usergetList({
agencyId: this.$route.query.hospitalAgencyId,
postName: 'HEALTH_MANAGE_MASTER' postName: 'HEALTH_MANAGE_MASTER'
}).then(res => { }).then(res => {
this.attendingPhysicianlist = res.data this.attendingPhysicianlist = res.data