From 9ebe61e0dd331eeb53c3b0cb022c732ceb9e6b87 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期三, 31 三月 2021 15:36:58 +0800 Subject: [PATCH] 修改弹窗折线统计 --- src/components/LayerController/logic/SolidWaste.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/LayerController/logic/SolidWaste.js b/src/components/LayerController/logic/SolidWaste.js index dfc5841..f0dad0a 100644 --- a/src/components/LayerController/logic/SolidWaste.js +++ b/src/components/LayerController/logic/SolidWaste.js @@ -20,7 +20,7 @@ layer: layer }) const res = await mapApi.getSolidWaste() - // console.log(res) + console.log(res) const data = res.Result.DataInfo || {} for (let i = 0; i < data.length; i++) { // 缁忕含搴� 浣嶇疆 -- Gitblit v1.8.0