瀏覽代碼

Merge branch 'version1.3.8' of http://192.168.2.236:10080/zhouna/AIPlatform into version1.3.8

zhangxc 4 年之前
父節點
當前提交
4f63248b82
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/js/qcScore.js

+ 1 - 0
src/js/qcScore.js

@@ -242,6 +242,7 @@ function formatInfoData(k,data){
   function formatSpecPage(data,title,type){
     $(".page-item[code='缺陷总览']").remove()
     $("#appointBookTmpl").tmpl({title,data}).appendTo(".flaw-table");
+    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,'');