zdl пре 1 година
родитељ
комит
f27e2f1037
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      src/views/recordsRoom/qc/caseViews.vue

+ 5 - 1
src/views/recordsRoom/qc/caseViews.vue

@@ -391,7 +391,11 @@ export default {
         if (item.blbh) {
         if (item.blbh) {
           this.is_active_blbh = item.blbh
           this.is_active_blbh = item.blbh
         } else {
         } else {
-          this.is_active_blbh = event.target.id
+          if (event.target.id) {
+            this.is_active_blbh = event.target.id
+          } else {
+            return
+          }
         }
         }
       } else {
       } else {
         this.is_active_blbh = this.mainHomeData.MED_REC_ID
         this.is_active_blbh = this.mainHomeData.MED_REC_ID