修复 694

This commit is contained in:
2020-08-17 16:01:02 +08:00
parent 9160a98de7
commit aeb62f16ef
3 changed files with 41 additions and 3 deletions

View File

@@ -360,8 +360,8 @@ export default {
return vm.$u.post('Coupon/isNewmembervoucher')
},
//待发货退款
addrefundall() {
return vm.$u.post('order/add_refund_all')
addrefundall({order_id,reason_info}) {
return vm.$u.post('order/add_refund_all',{order_id,reason_info})
},
}
}