公告板
版本库
filestore
活动
搜索
登录
main
/
sccg_ui
遂昌综合执法平台UI
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
首页新增
Oliver
2022-12-22
73b48dd59a2d47b365b87784371c4ef57dde659b
[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');
}
}