linwei
2024-02-23 ef3743ccb3c663dffdcec1c051312340d4a69fed
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
    })
}