From bc5335bc96ad7f5532bfeb361c10e0371b72ba5d Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 13 Jan 2025 14:11:23 +0800 Subject: [PATCH] code --- lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js b/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js index e864d31..e969a60 100644 --- a/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js +++ b/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js @@ -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' }) }