|  | @@ -238,7 +238,7 @@ export default {
 | 
	
		
			
				|  |  |        let map = {
 | 
	
		
			
				|  |  |          auditoriumId: this.applyMap.auditoriumId,
 | 
	
		
			
				|  |  |          seatTypeId: this.applyMap.seatTypeId,
 | 
	
		
			
				|  |  | -        timeId: this.applyMap.performId,
 | 
	
		
			
				|  |  | +        timeId: this.applyMap.performTimeId,
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        querySeatList(map).then(response => {
 | 
	
		
			
				|  |  |          this.setList = response.data;
 |