|
@@ -15,8 +15,6 @@
|
|
|
<class-table :dispatchClassId="queryParams.dispatchClassId" :pageForm="pageForm" type="2" :list="studentList"></class-table>
|
|
|
</div>
|
|
|
</template>
|
|
|
-<!--:setting-model="settingModel" :group-model-index="groupModelIndex"-->
|
|
|
-<!--:group-model="groupModel" :default-group-id="scoreQueryGroupId"-->
|
|
|
<script>
|
|
|
import MxSelectTranslateMixin from '@/components/Cache/modules/mx-select-translate-mixin.js'
|
|
|
import MxCondition from '@/components/MxCondition/mx-condition'
|
|
@@ -66,9 +64,10 @@ export default {
|
|
|
}
|
|
|
this.$nextTick(_ => this.queryParams = {
|
|
|
localGroupId: this.prevData.group.groupId,
|
|
|
+ localClassId: '',
|
|
|
dispatchClassId: this.prevData.classId || '',
|
|
|
dispatchGender: '',
|
|
|
- dispatchRoundId: this.prevData.group.roundId
|
|
|
+ dispatchRoundId: this.prevData.group.roundId,
|
|
|
})
|
|
|
return source
|
|
|
},
|
|
@@ -94,6 +93,7 @@ export default {
|
|
|
pageSize: this.pageForm.pageSize,
|
|
|
pageNum: this.pageForm.pageNum,
|
|
|
roundId: this.queryParams.dispatchRoundId,
|
|
|
+ oldClassId: this.queryParams.localClassId,
|
|
|
sex: this.queryParams.dispatchGender || null,
|
|
|
}).then(res => {
|
|
|
console.log(res)
|