odc.xiaohui
2023-01-12 0c2a0d0aaafe2d4beac67bf16c505d95105dcc48
1
2
3
4
5
6
7
import http from "@/http";
 
export default {
    getDepartmentList: () => {
        return http.get('/sccg/sccg_region/getTree');
    }
}