统计前端

This commit is contained in:
yy2205 2025-04-19 15:19:47 +08:00
parent acdadd5eb4
commit 469ad51c8d

View File

@ -153,5 +153,9 @@ export const PatientApi = {
//体检报告信息回传
PushJYPatientInfo: async (medicalSn: string) => {
return await request.get({ url: `/inspect/patient/PushJYPatientInfo?medicalSn=` + medicalSn })
}
},
getData : async (params: any) => {
console.log(params)
return await request.get({ url: `/inspect/patient/getworkload`, params })
},
}