wupengfei
2025-11-06 397882612110d6f9e6b63822739e0a782138c902
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,
  {