diff --git a/src/project/saas/AppDataStatistics/AppDataStatistics.vue b/src/project/saas/AppDataStatistics/AppDataStatistics.vue index fdc5ecbb..a3e1a779 100644 --- a/src/project/saas/AppDataStatistics/AppDataStatistics.vue +++ b/src/project/saas/AppDataStatistics/AppDataStatistics.vue @@ -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 = "数据统计"