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