This commit is contained in:
2023-11-14 10:26:13 +08:00
parent ae409d9a57
commit df87066488

View File

@ -3,7 +3,7 @@ import request from '@/utils/request'
// 查询医生姓名信息列表
export function getList() {
return request({
url: '/system/hospital/getList',
url: `/system/hospital/getList?category=2`,
method: 'get',
})
}