This commit is contained in:
liuye
2021-12-23 17:30:17 +08:00
parent 8cba16bb91
commit bab9b0e3cf
6 changed files with 35 additions and 28 deletions

View File

@@ -95,6 +95,11 @@ export default {
this.getStatisticMon()
this.getUserList()
uni.setNavigationBarTitle({title: '特殊人群管理'})
uni.$on('specialPeopleList', () => {
this.getStatistic()
this.getStatisticMon()
this.getUserList()
})
},
methods: {