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/base-page/WasteWater/WasteWaterIndex.vue | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/components/base-page/WasteWater/WasteWaterIndex.vue b/src/components/base-page/WasteWater/WasteWaterIndex.vue index d5c3167..38dc2a7 100644 --- a/src/components/base-page/WasteWater/WasteWaterIndex.vue +++ b/src/components/base-page/WasteWater/WasteWaterIndex.vue @@ -25,12 +25,12 @@ <i style=" background: #fc1d04;"></i> </div> </div> - <component :is="currentTab" ref="RealData"></component> + <component :is="currentTab" :OnlineMonEmissPointId="OnlineMonEmissPointId" :LabMonPointId='LabMonPointId' ref="RealData"></component> </div> </template> - <template v-slot:video> +<!-- <template v-slot:video> <public-video></public-video> - </template> + </template>--> </public-sector> </template> @@ -47,7 +47,17 @@ export default { name: 'WasteWaterIndex', - props: ['storagePlaceId'], + props: { + storagePlaceId: { + type: Object + }, + OnlineMonEmissPointId: { + type: Number + }, + LabMonPointId: { + type: Number + } + }, components: { PublicSector, PublicTabs, -- Gitblit v1.8.0