Commit d4e49e8f authored by zhanglw's avatar zhanglw

图表显示 切换tabbar页后隐藏处理

parent 63d2c875
...@@ -132,6 +132,7 @@ ...@@ -132,6 +132,7 @@
watch: { watch: {
}, },
onShow() { onShow() {
this.$refs.chartPopup.close()
this.dateRange = [this.getDate(Date.now()), this.getDate(Date.now())] this.dateRange = [this.getDate(Date.now()), this.getDate(Date.now())]
this.loadData() this.loadData()
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment