From 2370d1787a4095407f021e439c90b58ee6463a90 Mon Sep 17 00:00:00 2001 From: seatonwan9 <seatonwan9@163.com> Date: 星期二, 20 四月 2021 15:59:58 +0800 Subject: [PATCH] 设置全局tips位置 --- 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 6e5886f..0fb7f62 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> + <template v-slot:publicPart> + <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