zhaoke 1 年之前
父节点
当前提交
0a76f2fd76
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 0
      public/config.js
  2. 1 1
      src/views/newBagDetails/components/baggageView.vue
  3. 0 1
      src/views/newBagDetails/index.vue

+ 1 - 0
public/config.js

@@ -17,6 +17,7 @@ window.SERVICE_ID = {
   depTableId: 185, //机器维护-表头
   serTableId: 203, //服务设置-表头
   bagTableId: 20030, //行李详情-表头
+  bagTableDqId: 20330, //行李详情-流程图
   bagDetailId: 20027, //行李详情-表格
   bagViewId: 20036, //航班视图-基础信息
   changePwd: 20045, // 修改密码

+ 1 - 1
src/views/newBagDetails/components/baggageView.vue

@@ -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) {

+ 0 - 1
src/views/newBagDetails/index.vue

@@ -165,7 +165,6 @@ export default {
           this.queryObj = this.PNRNO ? {
             luggageNum,
             carrierFlightsDate,
-            passengerName: this.passengerName,
             PNRNO
           } : this.query
           this.loading = false