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