|  | @@ -590,7 +590,7 @@ export default {
 | 
	
		
			
				|  |  |        this.startTime = row.startClassTimeStr;
 | 
	
		
			
				|  |  |        // this.maskForm.endTime = row.endClassTimeStr;
 | 
	
		
			
				|  |  |        this.maskForm.id = row.id;
 | 
	
		
			
				|  |  | -      this.maskForm.address = row.schoolId;
 | 
	
		
			
				|  |  | +      this.maskForm.address = row.schoolId || null;
 | 
	
		
			
				|  |  |        this.maskForm.teachMode = row.teachMode;
 | 
	
		
			
				|  |  |        // 修改课时
 | 
	
		
			
				|  |  |        this.courseVisible = true;
 |