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

@@ -388,10 +388,9 @@ export default {
}).then((res) => {
if (res.code == 0) {
this.$u.toast('提交成功')
uni.$emit('specialPeopleList')
setTimeout(() => {
this.$emit('change', {
type: 'Detail',
})
uni.navigateBack()
}, 600)
}
})

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: {