诊断模板

This commit is contained in:
旺仔 2024-08-31 03:35:23 +08:00
parent f73f5ef917
commit 43150200dc

View File

@ -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 })