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