Commit dd884d50 authored by 黄奎's avatar 黄奎

接口修改

parent 3889659a
...@@ -1021,7 +1021,8 @@ ...@@ -1021,7 +1021,8 @@
let msg = { let msg = {
QFlightDateStart: this.QFlightDateStart, QFlightDateStart: this.QFlightDateStart,
QFlightDateEnd: this.QFlightDateEnd, QFlightDateEnd: this.QFlightDateEnd,
CreateBy: createBy CreateBy: createBy,
AirTicketId:this.priceData.AirTicketId
}; };
let that = this; let that = this;
......
...@@ -1103,7 +1103,8 @@ ...@@ -1103,7 +1103,8 @@
return; return;
let msg = { let msg = {
QFlightDateStart: date, QFlightDateStart: date,
CreateBy: this.PostConfig.CreateBy?this.PostConfig.CreateBy:this.userID CreateBy: this.PostConfig.CreateBy?this.PostConfig.CreateBy:this.userID,
AirTicketId:this.priceData.AirTicketId
}; };
let that = this; let that = this;
this.apipost( this.apipost(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment