From fec33d62de2c4718bd83d3c3656bf0747e6bafbd Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Sat, 21 Jun 2025 18:55:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/lease/apply.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/api/lease/apply.js b/src/api/lease/apply.js index 622b7599..6b8cbfba 100644 --- a/src/api/lease/apply.js +++ b/src/api/lease/apply.js @@ -28,10 +28,11 @@ export function updateApplyInfo(data) { } // 领料申请-详情信息 -export function getApplyInfo(id) { +export function getApplyInfo(id,query) { return request({ url: '/material/lease_apply_info/' + id, - method: 'get' + method: 'get', + params: query }) }