|  | @@ -1478,7 +1478,7 @@ export default {
 | 
											
												
													
														|  |      handleSelectionChange(val) {
 |  |      handleSelectionChange(val) {
 | 
											
												
													
														|  |        this.activeList = val;
 |  |        this.activeList = val;
 | 
											
												
													
														|  |        let arr = val.map((item) => {
 |  |        let arr = val.map((item) => {
 | 
											
												
													
														|  | -        return item.classGroupId;
 |  | 
 | 
											
												
													
														|  | 
 |  | +        return item.id;
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  |        this.activeClass = arr.join(",");
 |  |        this.activeClass = arr.join(",");
 | 
											
												
													
														|  |      },
 |  |      },
 |