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