@ -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 => {
</script>
@ -64,7 +64,7 @@
let app=this
const app=this