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