Commit c407dd2c authored by youjie's avatar youjie

no message

parent ebc03e75
...@@ -434,8 +434,8 @@ ...@@ -434,8 +434,8 @@
) )
}, },
getLineList() { getLineList() {
this.apipost("line_post_GetAllList_V2", { this.apipost("line_post_GetAllList_V3", {
LineDirection: 0 IsShow: -1 //LineDirection: 0
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.LineList = res.data.data; this.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