zhongrj
2024-03-21 c10b20734f46cc9715ee59611f36b7055e79c8b7
1
2
3
4
5
6
7
8
9
import request from '@/router/axios'
 
export const getDetailByDeptId = (params) => {
    return request({
        url: '/api/blade-propertyCompany/propertyCompany/getDetailByDeptId',
        method: 'get',
        params
    })
}