From 7787d618e3c978df855c584180adf839046b8cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 8 Jun 2022 18:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/js/tankShell/device.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productionboard/src/main/resources/static/js/tankShell/device.js b/productionboard/src/main/resources/static/js/tankShell/device.js index 532b253..a0b3795 100644 --- a/productionboard/src/main/resources/static/js/tankShell/device.js +++ b/productionboard/src/main/resources/static/js/tankShell/device.js @@ -1,7 +1,7 @@ $(() => { //设备OEE统计 - $.getJSON('/aluminumLiner/getOeeStatistics', function (result) { + $.getJSON('/tankShell/getOeeStatistics', function (result) { OEEStatistics(result, document.getElementById("OEEStatistics")); });