From 78921416615f450f4cc29ec4f740fbf1b47d8b00 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期二, 19 八月 2025 17:18:28 +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