修改退款金额有问题bug
parent
f63c21b17a
commit
96beccad82
|
@ -416,7 +416,7 @@ export default {
|
|||
if (res.success) {
|
||||
this.afterSaleInfo = res.result;
|
||||
this.afterSaleImage = (res.result.afterSaleImage || "").split(",");
|
||||
this.params.actualRefundPrice = res.result.flowPrice;
|
||||
this.params.actualRefundPrice = res.result.applyRefundPrice;
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue