[Frontend][系統監控] 修正基本資訊table重複堆疊問題

This commit is contained in:
dev01 2022-11-18 11:02:19 +08:00
parent c0e2ae2f71
commit f8cc6bd193

View File

@ -181,7 +181,7 @@
var tab = new YT.Tab({ tabName: "cardTab" })
console.log($(oriEle).data("number"))
//基本資料tab block
$("#info").append(drawInfoTabBlo(devGuid))
$("#info").html(drawInfoTabBlo(devGuid));
loadOpeRecTable(devGuid);
//loadErrRecTable2($(oriEle).data("number"));
loadErrRecTable();