From 17e6640455ed14f4af329cdd236f45692007c143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Thu, 14 Jul 2022 17:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E8=AF=B7?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/broad/fp.html | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/broad/fp.html b/ruoyi-admin/src/main/resources/templates/broad/fp.html index a8b6130..e1ec8e2 100644 --- a/ruoyi-admin/src/main/resources/templates/broad/fp.html +++ b/ruoyi-admin/src/main/resources/templates/broad/fp.html @@ -458,7 +458,7 @@ }) // 生产统计数据 - autoUpdate('/broad/fp/getPlanHourInfo', INTERVAL, data => { + autoUpdate('/broad/fp/selectStationHourInfo', INTERVAL, data => { // orderInf.loadData(data, Object.keys(orderInfColumns)) // let consolidatedRow = ["", "合计", ""] // @@ -555,7 +555,7 @@ autoUpdate('/broad/box/selectStock/S004', INTERVAL, data => { repertoryChart.setOption({ xAxis: { - data: data[xAxisInfo], + data: data[`xAxisInfo`], axisLabel: { rotate: -30, }, @@ -563,7 +563,7 @@ series: [ { name: '数量', - data: data[seriesInfo], + data: data[`seriesInfo`], }, ] }) @@ -875,16 +875,16 @@