Commit c407dd2c authored by youjie's avatar youjie

no message

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