diff --git a/src/api/materialsStation/index.js b/src/api/materialsStation/index.js index d3163d26..be54d616 100644 --- a/src/api/materialsStation/index.js +++ b/src/api/materialsStation/index.js @@ -810,6 +810,15 @@ export function getDepartListByImpUnitApi(query) { }) } +// 项目部下拉-工程联动 +export function getPickDepartListApi(query) { + return request({ + url: '/material/material_maMachine/getPickDepartList', + method: 'get', + params: query + }) +} + //工程下拉 export function getProListByDepartApi(query) { return request({ diff --git a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue index 578bf6b4..378123dd 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue @@ -1,6 +1,18 @@