Commit 0dcfbe13 authored by 黄奎's avatar 黄奎

开团行程列表修改

parent b03c7c0f
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
}, },
//获取线路列表 //获取线路列表
getLineList() { getLineList() {
this.apipost("line_post_GetList", {"LineDirection":1}, res => { this.apipost("line_post_GetList", {"LineDirection":2}, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.queryCommonData.LineList = res.data.data; this.queryCommonData.LineList = 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