src/views/FinanceManage/components/CustomerRechargeDialog.vue
@@ -145,6 +145,9 @@ const handleConfirm = _.debounce( () => { if (form.value.isDetail) { emit('onCancel'); } else { if (!dialogForm.value) return; dialogForm.value.validate((valid) => { if (valid) { @@ -153,6 +156,7 @@ return; } }); } }, 1000, {