Commit bb8d5eba authored by huangyuanyuan's avatar huangyuanyuan

111

parent 20f89aed
...@@ -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,
...@@ -4503,6 +4502,7 @@ ...@@ -4503,6 +4502,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