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) {