|  | @@ -81,10 +81,10 @@
 | 
	
		
			
				|  |  |                :disabled="!leftForm.subject"
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  |                <el-option
 | 
	
		
			
				|  |  | -                v-for="(item, index) in educationList"
 | 
	
		
			
				|  |  | -                :key="index"
 | 
	
		
			
				|  |  | -                :label="item.value"
 | 
	
		
			
				|  |  | -                :value="item.key"
 | 
	
		
			
				|  |  | +                v-for="(item, key) in educationList"
 | 
	
		
			
				|  |  | +                :key="key"
 | 
	
		
			
				|  |  | +                :label="item"
 | 
	
		
			
				|  |  | +                :value="key"
 | 
	
		
			
				|  |  |                />
 | 
	
		
			
				|  |  |              </el-select>
 | 
	
		
			
				|  |  |            </el-form-item>
 | 
	
	
		
			
				|  | @@ -2134,6 +2134,7 @@ export default {
 | 
	
		
			
				|  |  |              id: val,
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  |            this.educationList = ruselt?.data?.educationId;
 | 
	
		
			
				|  |  | +          console.log(this.educationList)
 | 
	
		
			
				|  |  |            if (this.educationList.length <= 0) {
 | 
	
		
			
				|  |  |              this.$bus.$emit("showguide", ["teamManager"]);
 | 
	
		
			
				|  |  |              return
 |