Commit 25633b2f authored by youjie's avatar youjie

no message

parent 54e929d7
......@@ -345,7 +345,6 @@
// });
},
clickUrl(row,type){
console.log(row.OrderType,'----')
let data = [{
path: "",
OrderId: row.OrderId,
......
......@@ -407,8 +407,9 @@
},
// 线路
getLineList() {
this.apipost("line_post_GetAllList_V2", {
LineDirection: 0
// LineDirection: 0
this.apipost("line_post_GetAllList_V3", {
IsShow: -1
}, (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