@@ -364,7 +364,7 @@ export default {
}
},
handleInform(status = 2) {
- sendRefund({ id: this.salesId, status }).then(res => {
+ sendRefund({ id: this.details.id , status }).then(res => {
this.$successMsg('退货通知')
this.handleBack()
})