淘宝退款
This commit is contained in:
@@ -141,9 +141,7 @@ export default {
|
|||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.$api.post(this.$api.phpURL + 'order/TbRefund/handle', {row}).then(res => {
|
this.$api.post(this.$api.phpURL + 'order/TbRefund/handle', {row}).then(res => {
|
||||||
if (res.balance) {
|
|
||||||
row.f_balance = res.balance
|
row.f_balance = res.balance
|
||||||
}
|
|
||||||
// alert()
|
// alert()
|
||||||
})
|
})
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user