fix: 移除重复加载联系记录的副作用逻辑

This commit is contained in:
超级老白兔
2025-09-11 14:41:26 +08:00
parent dc60dacb02
commit ff97490a2b

View File

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