import req from '@/utils/request.js' export function getEquipmentByUidAndDid(planDetailId,deptId) { return req.request({ url:'/business/detail/getEquipmentByUidAndDid?planDetailId=' + planDetailId + '&deptId=' + deptId, method: 'GET', }) } export function getResourcGroup(data) { return req.request({ url:'/business/detail/getResourcGroup', method: 'GET', data: data }) }