|  | @@ -216,7 +216,6 @@ export default {
 | 
	
		
			
				|  |  |            _[key] = item.courseTotalMinuties;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -      console.log("_", _);
 | 
	
		
			
				|  |  |        return _;
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      isEmpty() {
 | 
	
	
		
			
				|  | @@ -246,7 +245,6 @@ export default {
 | 
	
		
			
				|  |  |          courseTypeListByName[item.value] = item.label;
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        this.courseTypeListByName = courseTypeListByName;
 | 
	
		
			
				|  |  | -      console.log(this.courseTypeListByName);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      async formatClasss() {
 | 
	
		
			
				|  |  |        if (this.detail) {
 | 
	
	
		
			
				|  | @@ -425,11 +423,13 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      changecoreTeacher(val) {},
 | 
	
		
			
				|  |  |      setUserTime(time, type) {
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -      this.$nextTick(res=>{
 | 
	
		
			
				|  |  | -        this.musicSurplus[type] = time;
 | 
	
		
			
				|  |  | -            console.log(this.musicSurplus[type])
 | 
	
		
			
				|  |  | -      })
 | 
	
		
			
				|  |  | +      this.$set(this.musicSurplus,type,time)
 | 
	
		
			
				|  |  | +       console.log(this.musicSurplus[type],1)
 | 
	
		
			
				|  |  | +       this.$forceUpdate()
 | 
	
		
			
				|  |  | +      // this.$nextTick(res=>{
 | 
	
		
			
				|  |  | +      //   this.musicSurplus[type] = time;
 | 
	
		
			
				|  |  | +      //       console.log(this.musicSurplus[type])
 | 
	
		
			
				|  |  | +      // })
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },watch:{
 |