From c9ece26e4c13b973a49e1639c9262aa054ba32c0 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期二, 03 二月 2026 18:07:24 +0800
Subject: [PATCH] bug2 preferenceKey 会将用户偏好保存到 localStorage 导致某些数据库没有此字段报错 比如 sort
---
rsf-admin/src/page/basicInfo/loc/InitButton.jsx | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/page/basicInfo/loc/InitButton.jsx b/rsf-admin/src/page/basicInfo/loc/InitButton.jsx
index e1ffc03..418ad66 100644
--- a/rsf-admin/src/page/basicInfo/loc/InitButton.jsx
+++ b/rsf-admin/src/page/basicInfo/loc/InitButton.jsx
@@ -54,7 +54,6 @@
const record = useRecordContext();
const notify = useNotify();
const refresh = useRefresh();
-
const [createDialog, setCreateDialog] = useState(false);
return (
--
Gitblit v1.9.1