浏览代码

首次质控缺陷和评分

yangdr 5 月之前
父节点
当前提交
76900c5ea8
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/js/qcScore.js

+ 3 - 3
src/js/qcScore.js

@@ -1166,12 +1166,12 @@ $(function () {
   $(document).on("click", "body", function () {
     $(".patient-info .first .detail").slideUp()
   })
+  $(document).on("click", ".patient-info .first .detail", function (event) {
+    event.stopPropagation()
+  })
   $(document).on("click", ".patient-info .first .text", function (event) {
     // console.log("event", event)
     event.stopPropagation()
-    $(".patient-info .first .detail").on("click", function (event) {
-      event.stopPropagation()
-    })
     $(".patient-info .first .detail").slideToggle()
     $(".patient-info .first .detail").empty()
     let data = qcFirstAnalyzeData