|
@@ -105,8 +105,7 @@ export default {
|
|
|
},
|
|
|
computed: {
|
|
|
groupSource() {
|
|
|
- console.log(this.settingModel.roundGroups)
|
|
|
- return { groups: this.settingModel.roundGroups }
|
|
|
+ return { groups: this.groupModel.roundGroups }
|
|
|
},
|
|
|
groupQuery() {
|
|
|
return {
|
|
@@ -133,6 +132,7 @@ export default {
|
|
|
this.localQuery.pageNum = 1
|
|
|
const params = this[this.activeTab]
|
|
|
const round = this.toApiModel(this.settingModel)
|
|
|
+ round.activeGroupModelIndex = this.groupModelIndex // NOTE: 这里重用了activeGroupModelIndex,少定义了一个参数字段
|
|
|
const query = {
|
|
|
...params,
|
|
|
round
|