中医辨识接口
This commit is contained in:
parent
ad770b0342
commit
f8f583c03c
@ -107,5 +107,9 @@ export const PatientApi = {
|
||||
// 保存汇总结果
|
||||
updatemedicalSn: async (data: PatientVO) => {
|
||||
return await request.put({ url: `/inspect/patient/updatesummary`, data })
|
||||
},
|
||||
//获取中医体质辨识结果
|
||||
getZytzInfo: async (medicalSn: string, cardId: string) => {
|
||||
return await request.put({ url: `/inspect/patient/syncPatientZyInfo?medicalSn=` + medicalSn + `&cardId=` + cardId })
|
||||
}
|
||||
}
|
||||
|
@ -1307,6 +1307,8 @@ const handleSync = async () => {
|
||||
})
|
||||
)
|
||||
}
|
||||
// 如果需要,添加中医体质辨识报告请求
|
||||
await PatientApi.getZytzInfo(medicalSn, currentSelectedPatient.cardId)
|
||||
|
||||
// 如果没有需要同步的项目,直接返回
|
||||
if (syncPromises.length === 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user