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

页面修改

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