diff --git a/src/api/system/Scheduling.js b/src/api/system/Scheduling.js index be1173e..3b32aed 100644 --- a/src/api/system/Scheduling.js +++ b/src/api/system/Scheduling.js @@ -2,7 +2,7 @@ import request from '@/utils/request' // 医院下拉框 export function getList(query) { return request({ - url: '/system/hospital/getList', + url: `/system/hospital/getList?category=2`, method: 'get', params: query }) diff --git a/src/views/system/Scheduling/index.vue b/src/views/system/Scheduling/index.vue index 44da0c8..6ce6284 100644 --- a/src/views/system/Scheduling/index.vue +++ b/src/views/system/Scheduling/index.vue @@ -669,7 +669,6 @@ export default { /** 新增按钮操作 */ handleAdd() { this.reset(); - this.hospitalName(); this.addopen = true; this.title = "添加医生排班"; },