Commit a0e516be authored by 黄奎's avatar 黄奎

1

parent aee3c1e7
...@@ -209,8 +209,10 @@ ...@@ -209,8 +209,10 @@
}, },
//获取车辆列表 //获取车辆列表
getCarList() { getCarList() {
var carMsg = {} var carMsg = {
this.apipost("travel_post_GetJapanCarList", {}, res => { BusCompany: this.msg.BusCompany
}
this.apipost("travel_post_GetJapanCarList", carMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.carList = res.data.data; this.carList = res.data.data;
} }
......
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