Ver código fonte

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

zhangxc 4 anos atrás
pai
commit
4f63248b82
1 arquivos alterados com 1 adições e 0 exclusões
  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,'');