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