Commit 1ce6e8f3 authored by 黄奎's avatar 黄奎

机票查询新增参数

parent 2a6a2c19
......@@ -2209,7 +2209,8 @@
FlyState: "0",
LineId: 0, //线路编号
ID: 0,
TicketType: 0 //定金类型(1定,2定等)
TicketType: 0, //定金类型(1定,2定等)
IsLimit:1
},
addMsg: {
ID: "0",
......@@ -2610,7 +2611,6 @@
this.total = res.data.data.count;
this.dataList = res.data.data.pageData;
this.noData = !this.total > 0;
console.log(this.dataList,'datalist');
}
if (this.msg.ID == 0) {
this.msg.ID = "";
......
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