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