|
@@ -433,7 +433,8 @@ export default {
|
|
|
pageSize: 1000,
|
|
pageSize: 1000,
|
|
|
ticketTypeName: '',
|
|
ticketTypeName: '',
|
|
|
orderBy: true,
|
|
orderBy: true,
|
|
|
- category: this.ticketType
|
|
|
|
|
|
|
+ category: this.ticketType,
|
|
|
|
|
+ sortType: this.sortType
|
|
|
}
|
|
}
|
|
|
// 根据售票类型筛选团散票种:(散客)筛选0和1,(团队)筛选0和2
|
|
// 根据售票类型筛选团散票种:(散客)筛选0和1,(团队)筛选0和2
|
|
|
if (this.ticketType === 'ticket') {
|
|
if (this.ticketType === 'ticket') {
|