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