Commit 92c58a54 authored by leon's avatar leon

fix: fix bug refresh to reset tabs value

parent 20f7ae63
...@@ -168,6 +168,7 @@ ...@@ -168,6 +168,7 @@
const that = this const that = this
let res = await that.$u.api.getReportCharts({id: that.detailId}) let res = await that.$u.api.getReportCharts({id: that.detailId})
uni.stopPullDownRefresh() uni.stopPullDownRefresh()
uni.$emit('handlePullDownRefresh')
const { Status, Result: { info, list } } = res.data const { Status, Result: { info, list } } = res.data
if (Status === 'true') { if (Status === 'true') {
if(info.dataUrl) { if(info.dataUrl) {
......
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