bug
This commit is contained in:
		@@ -90,14 +90,15 @@ export default {
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  mounted() {
 | 
			
		||||
    this.current = 1
 | 
			
		||||
    this.girdList()
 | 
			
		||||
    this.getList()
 | 
			
		||||
  },
 | 
			
		||||
  created() {
 | 
			
		||||
    this.$dict.load('clapEventStatus').then(() => {
 | 
			
		||||
      this.getList()
 | 
			
		||||
      this.listType = this.$dict.getDict('clapEventStatus')
 | 
			
		||||
    })
 | 
			
		||||
 | 
			
		||||
    this.current = 1
 | 
			
		||||
    this.girdList()
 | 
			
		||||
    this.getList()
 | 
			
		||||
  },
 | 
			
		||||
  methods: {
 | 
			
		||||
    getList() {
 | 
			
		||||
@@ -115,6 +116,7 @@ export default {
 | 
			
		||||
          if (res.code == 0) {
 | 
			
		||||
            this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
 | 
			
		||||
            this.pages = res.data.pages
 | 
			
		||||
            this.$forceUpdate()
 | 
			
		||||
          }
 | 
			
		||||
        })
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user