From ff97490a2b45e10ae573ce96f30484d7ccc1aaa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Thu, 11 Sep 2025 14:41:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E8=81=94=E7=B3=BB=E8=AE=B0=E5=BD=95=E7=9A=84?= =?UTF-8?q?=E5=89=AF=E4=BD=9C=E7=94=A8=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/mobile/workspace/contact-import/detail/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cunkebao/src/pages/mobile/workspace/contact-import/detail/index.tsx b/Cunkebao/src/pages/mobile/workspace/contact-import/detail/index.tsx index e50de7e7..8db5096e 100644 --- a/Cunkebao/src/pages/mobile/workspace/contact-import/detail/index.tsx +++ b/Cunkebao/src/pages/mobile/workspace/contact-import/detail/index.tsx @@ -187,9 +187,9 @@ const ContactImportDetail: React.FC = () => { }, [id]); useEffect(() => { - if (activeTab === "records" && records.length === 0) { - loadRecords(1, true); - } + // if (activeTab === "records" && records.length === 0) { + // loadRecords(1, true); + // } }, [activeTab]); if (loading) {