| 
					
				 | 
			
			
				@@ -153,12 +153,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     loadStudentSelected() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       getStudentSelected().then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         console.log('getStudentSelected', res) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        const selectStatus = res.data.selectResult 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        selectStatus.currentGeneration = 3 // 当前所处的状态 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        selectStatus.preferenceCount = 3 // 志愿数 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        // selectStatus.groupIds = selectStatus.groupIds || '1,2,3,4,5,6' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        selectStatus.groupIds = '1,2,3,4,5,6' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.selectObj = selectStatus 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.selectObj = res.data['selectResult'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.allowSelect = res.data.allowSelect 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 |