统计前端
This commit is contained in:
parent
acdadd5eb4
commit
469ad51c8d
@ -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 })
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user