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) {
           this.is_active_blbh = item.blbh
         } else {
-          this.is_active_blbh = event.target.id
+          if (event.target.id) {
+            this.is_active_blbh = event.target.id
+          } else {
+            return
+          }
         }
       } else {
         this.is_active_blbh = this.mainHomeData.MED_REC_ID