From 35cf8d289a09a6a4a34cf3d73fb41d84969ae4ee Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 18 八月 2025 17:30:26 +0800
Subject: [PATCH] '注册修改'

---
 src/views/system/dept/utils/hook.tsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/dept/utils/hook.tsx b/src/views/system/dept/utils/hook.tsx
index 7e7a9d7..51e812e 100644
--- a/src/views/system/dept/utils/hook.tsx
+++ b/src/views/system/dept/utils/hook.tsx
@@ -286,7 +286,7 @@
     console.log(`current page: ${val}`);
   }
 
-  function resetForm(formEl) {
+  function resetForm() {
     // if (!formEl) return;
     // formEl.resetFields();
     // onSearch();

--
Gitblit v1.9.1