From b765df07d1b732dad563712a49d0c0d810d940c9 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期一, 19 四月 2021 18:02:57 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop --- src/components/BaseNav/WasteGas/WasteGasIndex.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/BaseNav/WasteGas/WasteGasIndex.vue b/src/components/BaseNav/WasteGas/WasteGasIndex.vue index 6e5886f..f8c0d3d 100644 --- a/src/components/BaseNav/WasteGas/WasteGasIndex.vue +++ b/src/components/BaseNav/WasteGas/WasteGasIndex.vue @@ -1,10 +1,10 @@ <template> <public-sector> <template v-slot:tabs> - <public-tabs ref='refsTabsData' :storagePlaceId="storagePlaceId"></public-tabs> + <public-tabs :storagePlaceId="storagePlaceId"></public-tabs> </template> <template v-slot:table> - <public-echarts ref="refsTableData"></public-echarts> + <public-echarts></public-echarts> </template> <template v-slot:video> <public-video></public-video> @@ -31,18 +31,18 @@ mounted () { console.log(this.storagePlaceId) this.$nextTick(() => { - this.refsData() + // this.refsData() }) }, data () { return {} }, methods: { - refsData () { - const data = this.storagePlaceId - this.$refs.refsTabsData.refsDataTabs(data) - this.$refs.refsTableData.refsDataTable(data) - } + // refsData () { + // const data = this.storagePlaceId + // this.$refs.refsTabsData.refsDataTabs(data) + // this.$refs.refsTableData.refsDataTable(data) + // } } } </script> -- Gitblit v1.8.0