诊断模板
This commit is contained in:
parent
f73f5ef917
commit
43150200dc
@ -10,7 +10,7 @@ export const DiagnosisTemplateApi = {
|
|||||||
return await request.get({ url: `/org/org/getlist` })
|
return await request.get({ url: `/org/org/getlist` })
|
||||||
},
|
},
|
||||||
getDoctorList: async () => {
|
getDoctorList: async () => {
|
||||||
return await request.get({ url: `/doctor/getAlllist` })
|
return await request.get({ url: `/doctor/getlist` })
|
||||||
},
|
},
|
||||||
getPage: async (params: any) => {
|
getPage: async (params: any) => {
|
||||||
return await request.get({ url: `/system/reporttemplate/page`, params })
|
return await request.get({ url: `/system/reporttemplate/page`, params })
|
||||||
|
Loading…
Reference in New Issue
Block a user