| 
														
															@@ -12,7 +12,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     @query="handleGroupQuery" class="mb10" 
														 | 
														
														 | 
														
															                     @query="handleGroupQuery" class="mb10" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       ></mx-condition> 
														 | 
														
														 | 
														
															       ></mx-condition> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     </el-card> 
														 | 
														
														 | 
														
															     </el-card> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    <class-table type="2" :list="studentList"></class-table> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    <class-table :pageForm="pageForm"  type="2" :list="studentList"></class-table> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   </div> 
														 | 
														
														 | 
														
															   </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </template> 
														 | 
														
														 | 
														
															 </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <!--:setting-model="settingModel" :group-model-index="groupModelIndex"--> 
														 | 
														
														 | 
														
															 <!--:setting-model="settingModel" :group-model-index="groupModelIndex"--> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -29,10 +29,23 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   mixins: [MxTransferMixin, MxSelectTranslateMixin], 
														 | 
														
														 | 
														
															   mixins: [MxTransferMixin, MxSelectTranslateMixin], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   components: { ClassTable, MxCondition }, 
														 | 
														
														 | 
														
															   components: { ClassTable, MxCondition }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   name: 'dispatch-detail', 
														 | 
														
														 | 
														
															   name: 'dispatch-detail', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  watch: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    pageForm:{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      deep:true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      handler() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        this.getDispatchResult() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   data() { 
														 | 
														
														 | 
														
															   data() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     return { 
														 | 
														
														 | 
														
															     return { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       requireFields: ['localGroupId'], 
														 | 
														
														 | 
														
															       requireFields: ['localGroupId'], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       studentList: [], 
														 | 
														
														 | 
														
															       studentList: [], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      pageForm:{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        pageNum: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        pageSize: 10, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        total: 0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       queryParams: null 
														 | 
														
														 | 
														
															       queryParams: null 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -70,16 +83,20 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.$router.go(-1) 
														 | 
														
														 | 
														
															       this.$router.go(-1) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     handleGroupQuery() { 
														 | 
														
														 | 
														
															     handleGroupQuery() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+       this.pageForm.pageNum = 1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															        this.getDispatchResult() 
														 | 
														
														 | 
														
															        this.getDispatchResult() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     getDispatchResult() { 
														 | 
														
														 | 
														
															     getDispatchResult() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       classesResult({ 
														 | 
														
														 | 
														
															       classesResult({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         classId: this.queryParams.dispatchClassId, 
														 | 
														
														 | 
														
															         classId: this.queryParams.dispatchClassId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         groupId: this.queryParams.localGroupId, 
														 | 
														
														 | 
														
															         groupId: this.queryParams.localGroupId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        pageSize: this.pageForm.pageSize, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        pageNum: this.pageForm.pageNum, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         roundId: this.queryParams.dispatchRoundId, 
														 | 
														
														 | 
														
															         roundId: this.queryParams.dispatchRoundId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         sex: this.queryParams.dispatchGender || null, 
														 | 
														
														 | 
														
															         sex: this.queryParams.dispatchGender || null, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }).then(res => { 
														 | 
														
														 | 
														
															       }).then(res => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         console.log(res) 
														 | 
														
														 | 
														
															         console.log(res) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        this.pageForm.total = res.total 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.studentList = res.rows.map(item => { 
														 | 
														
														 | 
														
															         this.studentList = res.rows.map(item => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           item.groupName = this.translateGroup(this.queryParams.localGroupId) 
														 | 
														
														 | 
														
															           item.groupName = this.translateGroup(this.queryParams.localGroupId) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           return item 
														 | 
														
														 | 
														
															           return item 
														 |