|
@@ -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 = []
|