@@ -17,6 +17,7 @@ window.SERVICE_ID = {
depTableId: 185, //机器维护-表头
serTableId: 203, //服务设置-表头
bagTableId: 20030, //行李详情-表头
+ bagTableDqId: 20330, //行李详情-流程图
bagDetailId: 20027, //行李详情-表格
bagViewId: 20036, //航班视图-基础信息
changePwd: 20045, // 修改密码
@@ -225,7 +225,7 @@ export default {
if (this.noMore || this.loading) {
return;
}
- this.getLuggageList(SERVICE_ID.bagTableId, this.dataContent, ++this.page, this.pageSize);
+ this.getLuggageList(SERVICE_ID.bagTableDqId, this.dataContent, ++this.page, this.pageSize);
},
async getBagTime (arr) {
@@ -165,7 +165,6 @@ export default {
this.queryObj = this.PNRNO ? {
luggageNum,
carrierFlightsDate,
- passengerName: this.passengerName,
PNRNO
} : this.query
this.loading = false