@ -1,7 +1,10 @@
$(() => {
//设备OEE统计
OEEStatistics(null, document.getElementById("OEEStatistics"));
$.getJSON('/aluminumLiner/getOeeStatistics', function (result) {
OEEStatistics(result, document.getElementById("OEEStatistics"));
});
//设备故障排名
$.getJSON('/tankShell/getStatisticalOutputByModel', function (result) {