Forráskód Böngészése

修改机票列表传参

wangh 1 éve%!(EXTRA string=óta)
szülő
commit
d7df717ff0

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