This commit is contained in:
2025-01-13 14:11:23 +08:00
parent 83b381fa46
commit bc5335bc96

View File

@@ -110,7 +110,7 @@ export function loginOut(data) {
// 13. 当前托盘 // 13. 当前托盘
export function selectMaterialAndJpg(code) { export function selectMaterialAndJpg(code) {
return request({ return request({
url: 'api/handheld/selectMaterialAndJpg?pointCode=', url: 'api/handheld/selectMaterialAndJpg?pointCode=' + code,
method: 'get' method: 'get'
}) })
} }