Commit 45e48fbc authored by 吴春's avatar 吴春

1

parent 9e5a5ed0
...@@ -1209,7 +1209,9 @@ ...@@ -1209,7 +1209,9 @@
QRCodeStr: "", QRCodeStr: "",
pdfLoading: false, pdfLoading: false,
//旅客名单 //旅客名单
backGuest: [], backGuest: [],
//旅客名单
guestList: [],
//线路名称 //线路名称
LineName: '', LineName: '',
//出发地点 //出发地点
...@@ -1376,6 +1378,7 @@ ...@@ -1376,6 +1378,7 @@
this.apipost("travelcontract_post_GetContractInfoService", this.msg, res => { this.apipost("travelcontract_post_GetContractInfoService", this.msg, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.dataList = res.data.data; this.dataList = res.data.data;
this.guestList = this.dataList.allGuestList;
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
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