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