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