手动触发

This commit is contained in:
shijingjing
2022-12-27 08:52:44 +08:00
parent 7fc55b99e8
commit cff713549c

View File

@@ -69,10 +69,18 @@ export default {
},
refreshList() {
this.$nextTick(() => this.$refs.list.getData())
},
refreshTally() {
this.$http.post('/app/appwxcpopenstatistics/tally').then(res=> {
if(res.code == 0) {
console.log('手动触发成功');
}
})
}
},
onLoad() {
this.refreshTally()
},
onShow() {
document.title = "数据统计"