|
@@ -167,6 +167,7 @@ function formatInfoData(k,data){
|
|
|
function initList(data){
|
|
|
//$("#flawTotalList").tmpl({title:"缺陷总览",data:data}).appendTo(".flaw-table");
|
|
|
formatSpecPage(data,"缺陷总览");
|
|
|
+ $(".flaw-table").show();
|
|
|
$(".flaw-table .page-item[code="+global_activeTab+"]").show();
|
|
|
$(".slide-up").off("click").on("click",function(){
|
|
|
const name = $(this).text();
|