|  | @@ -361,11 +361,12 @@
 | 
	
		
			
				|  |  |              > -->
 | 
	
		
			
				|  |  |              <ExportChiose
 | 
	
		
			
				|  |  |                style="margin-left: 10px"
 | 
	
		
			
				|  |  | -              ExportEnum="STUDENT_ORDER"
 | 
	
		
			
				|  |  | +              ExportEnum="STUDENT_VIP_PRACTICE"
 | 
	
		
			
				|  |  |                :exportData="exportVip"
 | 
	
		
			
				|  |  |                fileName="VIP网管课耗"
 | 
	
		
			
				|  |  |                errorMsg="请选择分部"
 | 
	
		
			
				|  |  |                :flag="vipOrganId.length <= 0"
 | 
	
		
			
				|  |  | +              :isDownList="true"
 | 
	
		
			
				|  |  |              />
 | 
	
		
			
				|  |  |            </div>
 | 
	
		
			
				|  |  |            <div class="m-wrap" v-permission="'export/exercisesSituation'">
 | 
	
	
		
			
				|  | @@ -426,7 +427,7 @@
 | 
	
		
			
				|  |  |                  v-for="(item, index) in selects.branchs"
 | 
	
		
			
				|  |  |                  :key="index"
 | 
	
		
			
				|  |  |                  :label="item.name"
 | 
	
		
			
				|  |  | -                :value="item.id"
 | 
	
		
			
				|  |  | +                :value="item.id+''"
 | 
	
		
			
				|  |  |                ></el-option>
 | 
	
		
			
				|  |  |              </el-select>
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -1419,6 +1420,7 @@ export default {
 | 
	
		
			
				|  |  |        };
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      exportAbnormal() {
 | 
	
		
			
				|  |  | +      console.log(this.Abnormal)
 | 
	
		
			
				|  |  |        return this.Abnormal;
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      exportSalar() {
 |