Commit cb06f591 authored by 黄奎's avatar 黄奎
parents ca317455 4ff844c4
...@@ -3155,7 +3155,6 @@ ...@@ -3155,7 +3155,6 @@
}); });
}, },
getRedBag(item){ getRedBag(item){
console.log(item);
let msg={ let msg={
CustomerId:item.CustomerId, CustomerId:item.CustomerId,
pageIndex: 1, pageIndex: 1,
...@@ -4505,6 +4504,7 @@ ...@@ -4505,6 +4504,7 @@
"sellorder_get_GetOrderListByTCID", "sellorder_get_GetOrderListByTCID",
msg, msg,
res => { res => {
console.log("111",res);
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