退款详情

dev
sxq 1 year ago
commit d0af190ce6
  1. 11
      pages/order/refund/refundDetail.vue
  2. 2
      pages/order/refund/refundDetail1.vue

@ -93,11 +93,12 @@
},
methods: {
getRefundDetails(orderRefundId) {
let app = this
refundApi.detail(orderRefundId).then(result => {
app.refundDetails = result.data.detail
})
}
const app = this
refundApi.detail(orderRefundId)
.then(result => {
app.refundDetails = result.data.detail
})
},
}
}
</script>

@ -64,7 +64,7 @@
},
methods: {
getRefundDetails(orderRefundId) {
let app=this
const app=this
refundApi.detail(orderRefundId)
.then(result => {
app.refundDetails = result.data.detail

Loading…
Cancel
Save