From 1a9c5c67c45838cfb46df8066531dd0711aff7c6 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 11 Nov 2025 10:49:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/lease/apply.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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({