|
@@ -132,6 +132,7 @@ export default {
|
|
this.localQuery.pageNum = 1
|
|
this.localQuery.pageNum = 1
|
|
const params = this[this.activeTab]
|
|
const params = this[this.activeTab]
|
|
const round = this.toApiModel(this.settingModel)
|
|
const round = this.toApiModel(this.settingModel)
|
|
|
|
+ round.activeGroupModelIndex = this.groupModelIndex // NOTE: 这里重用了activeGroupModelIndex,少定义了一个参数字段
|
|
const query = {
|
|
const query = {
|
|
...params,
|
|
...params,
|
|
round
|
|
round
|