diff --git a/src/api/lease/apply.js b/src/api/lease/apply.js index 02707d58..37bc10ee 100644 --- a/src/api/lease/apply.js +++ b/src/api/lease/apply.js @@ -54,6 +54,15 @@ export function getListUnite(data) { }) } +// 单位-下拉 +export function getMaterialUnitListApi(data) { + return request({ + url: '/material/select/getMaterialUnitList', + method: 'post', + data: data, + }) +} + // 领料申请租赁单位下拉框 export function getUnitProDepList(data) { return request({