Compare commits
No commits in common. "fef85d7395179a33a4ec1cf338e13e97db648a24" and "2ed0b0e7ee9e43baab7363a16958b29415a62fd8" have entirely different histories.
fef85d7395
...
2ed0b0e7ee
|
|
@ -129,10 +129,7 @@ const clickItem = (item: any) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
const diagnosisList = JSON.parse(item.diagnosisMedicalRecord.diagnosisDetail)
|
|
||||||
const nList = item.diagnosisMedicalRecord.diagnosisSummary.split(',')
|
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
caseRef.value?.initDiagnosisSearch(diagnosisList,nList);
|
|
||||||
medicalHistoryRef.value?.init(patientId.value);
|
medicalHistoryRef.value?.init(patientId.value);
|
||||||
patientCardRef.value?.init(curRegister.value?.id)
|
patientCardRef.value?.init(curRegister.value?.id)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue