liuyg
2021-09-03 ffc31835fb765229c420db4a651abce3f8c832fc
src/api/index/index.js
@@ -142,3 +142,11 @@
    params: params
  });
};
// 获取树形辖区
export const lazyTrees = () => {
  return request({
    url: "/api/jurisdiction/lazy-trees",
    method: "get"
  });
};