Selaa lähdekoodia

修改机票列表传参

wangh 1 vuosi sitten
vanhempi
commit
d7df717ff0
2 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 3 1
      src/components/OP/AirTicketRes.vue
  2. 2 0
      src/components/OP/OpAirTicketRes.vue

+ 3 - 1
src/components/OP/AirTicketRes.vue

@@ -155,7 +155,9 @@ export default {
                     Authorization: 'Bearer ' + this.token
                 },
                 data: {
-                    diId: that.DiId
+                    diId: that.DiId,
+                    userId: that.userId,
+                    portType: 1
                 }
             }).then(function (res) {
                 if (res.data.code == 200) {

+ 2 - 0
src/components/OP/OpAirTicketRes.vue

@@ -564,6 +564,8 @@ export default {
                     Authorization: 'Bearer ' + this.token
                 },
                 data: {
+                    userId: that.userId,
+                    portType: 1,
                     diId: that.DiIdSelect
                 }
             }).then(function (res) {