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