支付退款
This commit is contained in:
@@ -312,13 +312,13 @@ export default defineComponent({
|
||||
// this.$router.push({name:'home',params: {id:record.id}})
|
||||
console.log(record);
|
||||
this.showRefundReason = true
|
||||
// Https.axiosPost(
|
||||
// Https.httpUrls.tradeRefund + `/${record.orderNo}/${"123"}`,
|
||||
// {}
|
||||
// ).then((rv: any) => {
|
||||
// console.log(rv);
|
||||
// })
|
||||
// .catch((res) => {});
|
||||
Https.axiosPost(
|
||||
Https.httpUrls.tradeRefund + `/${record.orderNo}/${"123"}`,
|
||||
{}
|
||||
).then((rv: any) => {
|
||||
console.log(rv);
|
||||
})
|
||||
.catch((res) => {});
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user