bug
This commit is contained in:
		@@ -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)
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
 
 | 
			
		||||
@@ -95,6 +95,11 @@ export default {
 | 
			
		||||
    this.getStatisticMon()
 | 
			
		||||
    this.getUserList()
 | 
			
		||||
    uni.setNavigationBarTitle({title: '特殊人群管理'})
 | 
			
		||||
    uni.$on('specialPeopleList', () => {
 | 
			
		||||
      this.getStatistic()
 | 
			
		||||
      this.getStatisticMon()
 | 
			
		||||
      this.getUserList()
 | 
			
		||||
    })
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  methods: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user