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