Commit dd884d50 authored by 黄奎's avatar 黄奎

接口修改

parent 3889659a
......@@ -1021,7 +1021,8 @@
let msg = {
QFlightDateStart: this.QFlightDateStart,
QFlightDateEnd: this.QFlightDateEnd,
CreateBy: createBy
CreateBy: createBy,
AirTicketId:this.priceData.AirTicketId
};
let that = this;
......
......@@ -1103,7 +1103,8 @@
return;
let msg = {
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;
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