Browse Source

fix detail refresh bug

ethan 6 years ago
parent
commit
868b68c8a5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/gambleGameBucket/detail/index.vue

+ 2 - 1
src/views/gambleGameBucket/detail/index.vue

404
     },
404
     },
405
     handleFilter() {
405
     handleFilter() {
406
       fetchRoundRecord(this.data.secondLayer, this.listQuery).then(response => {
406
       fetchRoundRecord(this.data.secondLayer, this.listQuery).then(response => {
407
-      this.roundTime = response.data.createdAt        
407
+        this.roundTime = response.data.createdAt        
408
         this.door = response.data.initialDoor
408
         this.door = response.data.initialDoor
409
+        this.listQuery.round = response.data.initialDoor
409
       })
410
       })
410
       // this.SetQuery({layer:2, query: {round: this.query.secondLayer.round}})      
411
       // this.SetQuery({layer:2, query: {round: this.query.secondLayer.round}})      
411
       this.dealing = []
412
       this.dealing = []