Skip to content

Commit

Permalink
Update index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
chienleng committed Sep 5, 2023
1 parent 1e40311 commit 4eeb843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/energy/_region/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,6 @@ export default {
},
created() {
this.view = this.queryView || 'discrete-time'
this.setXGuides([])
this.setYGuides([])
Expand Down Expand Up @@ -421,6 +419,8 @@ export default {
'resize',
this.handleResize
)
this.view = this.queryView || 'discrete-time'
},
beforeDestroy() {
Expand Down

0 comments on commit 4eeb843

Please sign in to comment.