Commit d769faa4 authored by liudong1993's avatar liudong1993
parents 5d7386e3 a3a33bb3
...@@ -520,6 +520,7 @@ var tripUtils = { ...@@ -520,6 +520,7 @@ var tripUtils = {
Description: "", Description: "",
Rank: 0, Rank: 0,
KMNumber:"", KMNumber:"",
ShowTripType:1,//1-单张图;2-多张图
}; };
}, },
......
...@@ -6006,6 +6006,7 @@ ...@@ -6006,6 +6006,7 @@
"sellorder_get_GetOrderListByTCID", "sellorder_get_GetOrderListByTCID",
msg, msg,
(res) => { (res) => {
console.log("RegistrationList_sellorder_get_GetOrderListByTCID",res.data);
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.OrderDataList = res.data.data; this.OrderDataList = 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