接口调整
This commit is contained in:
parent
e24b473370
commit
ffb0f451b8
@ -155,7 +155,6 @@ export const PatientApi = {
|
||||
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 })
|
||||
return await request.get({ url: `/inspect/patient/getworkload?dates=${params.dates[0]}&dates=${params.dates[1]}` })
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user