diff --git a/src/components/order/tb_refund.vue b/src/components/order/tb_refund.vue index c1d7b2c..92d7682 100644 --- a/src/components/order/tb_refund.vue +++ b/src/components/order/tb_refund.vue @@ -141,9 +141,7 @@ export default { type: 'warning' }).then(() => { this.$api.post(this.$api.phpURL + 'order/TbRefund/handle', {row}).then(res => { - if (res.balance) { row.f_balance = res.balance - } // alert() }) }).catch(() => {