Commit b1cdb497 by ‘巴博尔’

修改诊前挂号

parent 2772776b
...@@ -61,4 +61,13 @@ export function totalOrderPUT(data) { ...@@ -61,4 +61,13 @@ export function totalOrderPUT(data) {
method: 'put', method: 'put',
data: 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