| 
					
				 | 
			
			
				@@ -199,7 +199,6 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           organizationRoleId: (sourceType && sourceType === 'ORG') ? state.searchForm.userId : null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           musicTagIds: state.searchForm.musicTagIds?.join(','), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           ...filterTimes(state.searchForm.times, ['startTime', 'endTime']), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          applicationId: state.applicationId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         state.pagination.pageTotal = Number(data.total) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         state.dataList = data.rows || [] 
			 |