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