广州市综治平台前端
xusd
3 days ago 6242442c3c9e6d0223116afa6da791365ed436c9
fix:效能分析到街道
1 files modified
2 ■■■ changed files
src/views/workEfficiency/index.jsx 2 ●●● patch | view | raw | blame | history
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);