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