From d61bc43c06c8e9162d8c4326ba6098cce61934a1 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 01 四月 2021 17:49:02 +0800 Subject: [PATCH] 废气查询面板 --- src/components/LayerController/logic/WasteGas.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js index a992284..4ecd0e0 100644 --- a/src/components/LayerController/logic/WasteGas.js +++ b/src/components/LayerController/logic/WasteGas.js @@ -57,6 +57,7 @@ const PublicBounced = window.Vue.extend(publicBounced) const instance = new PublicBounced() instance.setGasData(e.layer.options.test, 'feiqi') + console.log(e.layer.options.test) instance.$mount() document.body.appendChild(instance.$el) } -- Gitblit v1.8.0