src/components/BaseNav/PublicBounced/PublicBounced.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/BaseNav/PublicBounced/common/PublicChart.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -61,6 +61,7 @@ }, beforeUpdate () { this.$refs.PublicChart.$refs.Echats.CreateChart() this.$refs.PublicChart.$refs.Echats.effChartShow() }, methods: { closePopup () { src/components/BaseNav/PublicBounced/common/PublicChart.vue
@@ -53,11 +53,9 @@ }, mounted () { this.$refs.Echatrs.CreateChart() this.$refs.Echatrs.effChartShow() }, updated () { this.$refs.Echats.CreateChart() this.$refs.Echats.effChartShow() }, data () { return { @@ -67,7 +65,7 @@ }, methods: { tabTaggle (taggleMenu, num) { this.currentTab = taggleMenu this.currentTab = this.current() this.active = num // debugger },