From 1da76d05ebba28eeebef8af3832680143d5699c5 Mon Sep 17 00:00:00 2001 From: seatonwan9 <seatonwan9@163.com> Date: 星期一, 31 五月 2021 17:12:37 +0800 Subject: [PATCH] 查询条件补充,治理设施优化 --- src/components/LayerController/logic/WasteGas.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js index 8a2fa53..77fba5d 100644 --- a/src/components/LayerController/logic/WasteGas.js +++ b/src/components/LayerController/logic/WasteGas.js @@ -77,7 +77,9 @@ comp: WasteGasIndex, // 缁勪欢 parent: this, // 鐖剁粍浠� data: { // 浼犻�掔殑鍙傛暟 - storagePlaceId: res + storagePlaceId: res, + OnlineMonEmissPointId: e.layer.options.test.OnlineMonEmissPointId, + LabMonPointId: e.layer.options.test.LabMonPointId } }, title: '澶╂触鐭冲寲' + title // 鏍囬 -- Gitblit v1.8.0