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