feat:重复调用修正

This commit is contained in:
zhongzm
2025-08-15 15:30:30 +08:00
parent 66957520f7
commit 6d092cb3e7

View File

@@ -595,7 +595,7 @@ function fnGetListTitle() {
if (result) {
fnGetList();
// 获取近期统计数据
fnGetStatsData();
//fnGetStatsData();
}
});
}