领料单

This commit is contained in:
hongchao 2025-06-21 18:55:50 +08:00
parent 8f4978da01
commit fec33d62de
1 changed files with 3 additions and 2 deletions

View File

@ -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
})
}