Browse Source

Merge remote-tracking branch 'origin/qc_zn' into test

zhouna 5 years ago
parent
commit
4b7a491c34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/qcScore.js

+ 1 - 1
src/js/qcScore.js

@@ -178,7 +178,7 @@ function initScoreItem(data){
     const isEdit = $(this).is(".edit-flaw");
     showModal(isEdit?'0':'1',code,i);
   });
-  $(".flaw-item .title a").click(function(){
+  $(".flaw-item .title a[href]").click(function(){
     const id = $(this).attr("href");
     $(".info-item .cont,.flaw-item .title").removeClass("active");
     $(id).addClass("active");