This commit is contained in:
2023-11-14 10:30:09 +08:00
parent df87066488
commit e0f1681d34
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -669,7 +669,6 @@ export default {
/** 新增按钮操作 */
handleAdd() {
this.reset();
this.hospitalName();
this.addopen = true;
this.title = "添加医生排班";
},