From e584192ac0f3f93d1e8324b85a56cc102a2bd963 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 01 四月 2021 16:30:01 +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