|  | @@ -382,6 +382,7 @@ function getCoursewareMenuList(id?: string) {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  let flattenCoursewareListData: any = [] // 临时扁平化数据
 | 
	
		
			
				|  |  |  function handlePointList(pointList: any[], isSearch?: boolean) {
 | 
	
		
			
				|  |  | +   flattenCoursewareListData = []
 | 
	
		
			
				|  |  |     const list = filterPointList(pointList)
 | 
	
		
			
				|  |  |     if (!isSearch) {
 | 
	
		
			
				|  |  |        // 重置数据
 |