修复 694
This commit is contained in:
@@ -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})
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user