Commit bb8d5eba authored by huangyuanyuan's avatar huangyuanyuan

111

parent 20f89aed
......@@ -3155,7 +3155,6 @@
});
},
getRedBag(item){
console.log(item);
let msg={
CustomerId:item.CustomerId,
pageIndex: 1,
......@@ -4503,6 +4502,7 @@
"sellorder_get_GetOrderListByTCID",
msg,
res => {
console.log("111",res);
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