| | |
| | | <template> |
| | | <div class="public-bounced map-background" v-drag v-if="flag"> |
| | | <div class="public-bounced map-background" v-drag v-show="flag"> |
| | | <div class="public-bounced-title panel-title" ref="publicBounced"> |
| | | <span>{{ displayContentTitle }}</span> |
| | | <i class="el-icon-circle-close" @click="closePopup"></i> |
| | |
| | | :value="value" |
| | | :getQueryOnlineMonData="getQueryOnlineMonData" |
| | | :getWasteWaterMonitoringDetails='getWasteWaterMonitoringDetails' |
| | | ref="PublicChart" |
| | | > |
| | | </public-chart> |
| | | </div> |
| | |
| | | export default { |
| | | name: 'PublicBounced', |
| | | components: { |
| | | // Echarts, |
| | | PublicTabs, |
| | | PublicTable, |
| | | PublicChart, |
| | |
| | | } |
| | | }, |
| | | mounted () { |
| | | this.$nextTick(() => { |
| | | console.log(this.$refs.publicBounced) |
| | | }) |
| | | // this.$nextTick(() => { |
| | | // console.log(this.$refs.publicBounced) |
| | | // console.log(this.$refs.PublicChart) |
| | | // }) |
| | | }, |
| | | methods: { |
| | | closePopup () { |