Commit 825ef027 authored by 黄奎's avatar 黄奎

页面修改

parent 4c6df33a
...@@ -823,9 +823,11 @@ ...@@ -823,9 +823,11 @@
}, err => {}) }, err => {})
}, },
getLineList() { getLineList() {
this.apipost("line_post_GetList", { var postMsg = {
LineDirection: 2 LineDirection: 2
}, res => { // };
postMsg = {};
this.apipost("line_post_GetList", postMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.queryCommonData.LineList = res.data.data; this.queryCommonData.LineList = res.data.data;
this.queryCommonData.PlaceList = [] this.queryCommonData.PlaceList = []
......
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