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