From 6242442c3c9e6d0223116afa6da791365ed436c9 Mon Sep 17 00:00:00 2001 From: xusd <330628789@qq.com> Date: Fri, 04 Jul 2025 17:18:17 +0800 Subject: [PATCH] fix:效能分析到街道 --- src/views/workEfficiency/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/workEfficiency/index.jsx b/src/views/workEfficiency/index.jsx index e5f93e3..8127bbc 100644 --- a/src/views/workEfficiency/index.jsx +++ b/src/views/workEfficiency/index.jsx @@ -372,7 +372,7 @@ // 获取区域字典值 const treeByUserId = async () => { - const res = await treeByUserIdApi({ areaType: '2' }); + const res = await treeByUserIdApi({ areaType: '3' }); if (res.type) { let list = res.data || []; setTreeList(list); -- Gitblit v1.8.0