From c98cd1d07a99883d4bd2b9833ce7e91e56a6f1fb Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期一, 19 四月 2021 14:06:08 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/BaseNav/WasteGas/WasteGasIndex.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/components/BaseNav/WasteGas/WasteGasIndex.vue b/src/components/BaseNav/WasteGas/WasteGasIndex.vue
index cbf990a..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'></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>
@@ -29,20 +29,20 @@
     PublicVideo
   },
   mounted () {
+    console.log(this.storagePlaceId)
     this.$nextTick(() => {
-      this.refsData()
-      console.log(this.storagePlaceId)
+      // 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