公告板
版本库
filestore
活动
搜索
登录
main
/
sccg_ui
遂昌综合执法平台UI
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
案卷查询数据渲染
fangyuan
2022-11-28
ad635d411c038ac5f10604851050eb810c15659e
[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');
}
}