|
@@ -222,7 +222,7 @@ const formatTextInfo = (baseList) =>{console.log(1,baseList)
|
|
|
});
|
|
|
let diagnosticTcmList = {
|
|
|
diagnosticList: baseList.diagnosticList.tcmList,
|
|
|
- diagnosticStrNoType: otherIndex.tcmDiag+otherIndex.tcmSyndrome,
|
|
|
+ diagnosticStrNoType: otherIndex?(otherIndex.tcmDiag+otherIndex.tcmSyndrome):'',
|
|
|
diagnosticStr: str,
|
|
|
diseaseName: otherIndex,
|
|
|
};
|