@@ -53,7 +53,7 @@ post(config.pushInner,Object.assign({featureType: '1,4,5,6,7,22'},msg)).then((re
$(".conditionHintTgNull").css("display","none")
tjtgFun(result.vital)
}
- if(result.pacs.length > 0 && result.lab.length > 0){
+ if(result.pacs && result.lab.length > 0){
$(".conditionHintAssistLis").css({
"border-top":"1px solid #D1D1D1"
})
@@ -59,7 +59,7 @@ post(config.pushInner,Object.assign({featureType: '1,4,5,6,7,22'},msg)).then((re
tjtgFun(result.pacs)
@@ -95,7 +95,7 @@ post(config.pushInner,Object.assign({featureType: '1,4,5,6,7,22'},msg)).then((re