淘宝退款

This commit is contained in:
“wanyongkang”
2021-01-04 15:03:32 +08:00
parent cc113fec30
commit 11891c7c2c

View File

@@ -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(() => {