Parcourir la Source

fix detail refresh bug

ethan il y a 6 ans
Parent
commit
868b68c8a5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/gambleGameBucket/detail/index.vue

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

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