luolei 4 years atrás
parent
commit
28f67bd459
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/qcScore.js

+ 1 - 1
src/js/qcScore.js

@@ -242,7 +242,7 @@ function formatInfoData(k,data){
   function formatSpecPage(data,title,type){
     $(".page-item[code='缺陷总览']").remove()
     $("#appointBookTmpl").tmpl({title,data}).appendTo(".flaw-table");
-    // setBoxHeight();
+    setBoxHeight();
     $(".page-anchor").on("click",function(){
       const code=$(this).attr("code");
       const pCode=$(this).parents("tr").attr("code").replace(/[^\u4e00-\u9fa5|a-zA-Z0-9]+/g,'');