Преглед на файлове

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,'');