|  | @@ -724,6 +724,7 @@ export default {
 | 
	
		
			
				|  |  |                this.$message.success("有效期修改成功")
 | 
	
		
			
				|  |  |                this.expireVisible = false
 | 
	
		
			
				|  |  |                this.getCourseGroup()
 | 
	
		
			
				|  |  | +              this.getList();
 | 
	
		
			
				|  |  |              } else {
 | 
	
		
			
				|  |  |                this.$message.error(res.msg)
 | 
	
		
			
				|  |  |              }
 | 
	
	
		
			
				|  | @@ -792,9 +793,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      expireClose() {
 | 
	
		
			
				|  |  |        this.expireVisible = false;
 | 
	
		
			
				|  |  | -      this.expireForm = {
 | 
	
		
			
				|  |  | -        coursesExpireDate: null
 | 
	
		
			
				|  |  | -      };
 | 
	
		
			
				|  |  | +      this.expireForm.coursesExpireDate = null
 | 
	
		
			
				|  |  |        this.$refs["expireForm"].resetFields();
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      submitResetClass() {
 |