派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-13 dd13c9fb53fdfbfc6f908dd497b4f51d5b8d28c9
src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -15,6 +15,7 @@
                        :value="value"
                        :getQueryOnlineMonData="getQueryOnlineMonData"
                        :getWasteWaterMonitoringDetails='getWasteWaterMonitoringDetails'
                        ref="PublicChart"
          >
          </public-chart>
        </div>
@@ -59,9 +60,10 @@
    }
  },
  mounted () {
    this.$nextTick(() => {
      console.log(this.$refs.publicBounced)
    })
    // this.$nextTick(() => {
    // console.log(this.$refs.publicBounced)
    // console.log(this.$refs.PublicChart)
    // })
  },
  methods: {
    closePopup () {