Commit 44b91c6a by 裴梁博

Merge branch 'feature/v1/plb' into 'master'

修改诊前挂号

See merge request !17
parents b817b20b b1cdb497
......@@ -62,3 +62,12 @@ export function totalOrderPUT(data) {
data: data
})
}
// 查询医生列表
export function doctorListGET(query) {
return request({
url: "/system/doctor/list",
method: "get",
params: query,
});
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment