|
@@ -615,7 +615,7 @@
|
|
|
v.returnReason = v.returnReason || '';
|
|
v.returnReason = v.returnReason || '';
|
|
|
v.returnType = v.returnType || '';
|
|
v.returnType = v.returnType || '';
|
|
|
v.sendTotalCount = v.sendTotalCount || v.totalCount;
|
|
v.sendTotalCount = v.sendTotalCount || v.totalCount;
|
|
|
- v.sendProductId = v.sendProductId || v.id;
|
|
|
|
|
|
|
+ v.sendProductId = v.sendProductId || v.categoryId||v.productId;
|
|
|
});
|
|
});
|
|
|
this.oldSendTotalWeightList = data.map((item) => {
|
|
this.oldSendTotalWeightList = data.map((item) => {
|
|
|
return {
|
|
return {
|