diff --git a/src/views/moneyManage/financialAccount/cashFlow.vue b/src/views/moneyManage/financialAccount/cashFlow.vue index 579099b..ab98bdc 100644 --- a/src/views/moneyManage/financialAccount/cashFlow.vue +++ b/src/views/moneyManage/financialAccount/cashFlow.vue @@ -172,6 +172,14 @@ const textContent = ref('') const refundDialog = ref(false) const refundFormData = ref({}) + +const resetRefund = () => { + refundFormData.value.refundModel = '' + refundFormData.value.refundReason = '' + refundFormData.value.permanentGold = null + refundFormData.value.freeGold = null + +} const handleRefund = async () => { try { if (refundFormData.value.refundModel == 1) { @@ -378,14 +386,9 @@ onMounted(async () => {