Procházet zdrojové kódy

fix detail refresh bug

ethan %!s(int64=6) %!d(string=před) roky
rodič
revize
868b68c8a5
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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 = []