Commit 25633b2f authored by youjie's avatar youjie

no message

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