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