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