|
@@ -105,7 +105,7 @@ import { mapGetters } from 'vuex'
|
|
},
|
|
},
|
|
getInfo() {
|
|
getInfo() {
|
|
classesResult({
|
|
classesResult({
|
|
- roundId: 29
|
|
|
|
|
|
+ roundId: this.queryParams.roundId
|
|
}).then(res =>{
|
|
}).then(res =>{
|
|
this.rows= res.rows.map(item => {
|
|
this.rows= res.rows.map(item => {
|
|
item.year = this.queryParams.year
|
|
item.year = this.queryParams.year
|