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