调整进货申请列表

This commit is contained in:
zhonghua.li
2026-05-30 10:42:07 +08:00
parent 543f7928d0
commit bfcdc9f8e5
3 changed files with 58 additions and 21 deletions

View File

@@ -59,7 +59,8 @@ export function getLbDepartmentUserTree(params) {
return request({
url: '/lbDepartmentUser/tree',
method: 'get',
params
params,
timeout: 160000
})
}