|  | @@ -197,7 +197,6 @@ export default {
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -    console.log(startTime, endTime, "day");
 |  | 
 | 
											
												
													
														|  |      this.defaultDate = [new Date(startTime), new Date(endTime)];
 |  |      this.defaultDate = [new Date(startTime), new Date(endTime)];
 | 
											
												
													
														|  |      this.startDay = startTime;
 |  |      this.startDay = startTime;
 | 
											
												
													
														|  |      this.endDay = endTime;
 |  |      this.endDay = endTime;
 | 
											
										
											
												
													
														|  | @@ -219,7 +218,7 @@ export default {
 | 
											
												
													
														|  |      if (selectValues.classGroupId) {
 |  |      if (selectValues.classGroupId) {
 | 
											
												
													
														|  |        this.classId = selectValues.classGroupId;
 |  |        this.classId = selectValues.classGroupId;
 | 
											
												
													
														|  |        this.classList.forEach((item, index) => {
 |  |        this.classList.forEach((item, index) => {
 | 
											
												
													
														|  | -        if (item.value === this.className) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if (item.value === this.classId) {
 | 
											
												
													
														|  |            this.className = item.text;
 |  |            this.className = item.text;
 | 
											
												
													
														|  |            this.classIndex = index;
 |  |            this.classIndex = index;
 | 
											
												
													
														|  |          }
 |  |          }
 |