Browse Source

无数据判断

1178232204@qq.com 3 years ago
parent
commit
bca86ae5ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/cdss.js

+ 1 - 1
src/js/cdss.js

@@ -441,7 +441,7 @@ function renderpushByHasDisease(name, i,e) {
           isShow = true
         }
       }
-      if (symptomPush.length == 0 && vitalPush.length == 0 && lisPush.length == 0 && pacsPush.length == 0 && scalePush.length == 0 && disPush.length == 0 && treatPush.length == 0 && medicinesPush.length == 0 && operationsPush.length == 0 && nursePush.length == 0) {
+      if (symptomPush.length == 0 && vitalPush.length == 0 && lisPush.length == 0 && pacsPush.length == 0 && scalePush.length == 0 && disPush.length == 0 && medicinesPush.length == 0 && operationsPush.length == 0 && nursePush.length == 0 && !isShow) {
         $.toast('toast1', '', 3000, '.hasdiagnose', i);
         $(e.target).parents('.box').find(".box-img").attr('src', down2)
         $(e.target).parents('.box').find(".box-img").addClass('noData')