From 62b3853762b4f3a802d77bab73a6af38bbd2fe1f Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期二, 20 四月 2021 12:27:23 +0800 Subject: [PATCH] 图层控制BUG --- src/components/LayerController/logic/Company.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/LayerController/logic/Company.js b/src/components/LayerController/logic/Company.js index 6c68380..f88c2e9 100644 --- a/src/components/LayerController/logic/Company.js +++ b/src/components/LayerController/logic/Company.js @@ -9,9 +9,9 @@ module.exports = function () { /** - * 杩斿洖marker瀵硅薄鏁扮粍 - * @param L leaflet瀵硅薄 - */ + * 杩斿洖marker瀵硅薄鏁扮粍 + * @param L leaflet瀵硅薄 + */ this.init = async (layer, L) => { // const SolidWasteIcon = this.SolidWasteIcon() this.animalService = new AnimalService({ @@ -19,7 +19,7 @@ layer: layer }) const res = await mapApi.getCompany() - // console.log(res) + console.log(res) const data = res.Result.DataInfo || {} for (let i = 0; i < data.length; i++) { // console.log(data[i]) -- Gitblit v1.8.0