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