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