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