wl
2023-01-09 b3825246fdd50374a322241b9eb51478759901d9
1
2
3
4
5
6
7
import http from "@/http";
 
export default {
    getDepartmentList: () => {
        return http.get('/sccg/sccg_region/getTree');
    }
}