Merge branch 'multi-tenant' of http://192.168.2.166:3180/OMC/ems_frontend_vue3 into multi-tenant

This commit is contained in:
TsMask
2025-08-15 18:59:15 +08:00

View File

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