公告板
版本库
filestore
活动
搜索
登录
main
/
sccg_ui
遂昌综合执法平台UI
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2022-12-15 趋势分析 地图位置 ,弹窗修改
odc.xiaohui
2022-12-15
426c8b34e6c0a6f97de69864c537cf5e0d7dbb08
[sccg_ui.git]
/
src
/
api
/
system
/
department.js
1
2
3
4
5
6
7
import http from "@/http";
export default {
getDepartmentList: () => {
return http.get('/sccg/sccg_region/getTree');
}
}