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