From 8218b9d6d8405d1a0ea2106693b29ac8d2bc6bd8 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 4 Jul 2025 10:16:59 +0800 Subject: [PATCH] jikeou --- src/config/getData2.js | 2 +- src/pages/modules/index2.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/getData2.js b/src/config/getData2.js index 0a26cef..6649d7f 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -6,7 +6,7 @@ export const pickingInfo = (code) => post('api/board/pickingInfo', { code: code }) // 仓储看板 -export const synthesizeInfo = () => post('api/board/synthesizeInfo', {}) +export const synthesizeInfo = () => post('api/bigScreen/getData', {}) // 修改重量 export const updateMaterialInfo = (code, w) => post('api/bmMaterial/updateMaterialInfo', { material_id: code, diff --git a/src/pages/modules/index2.vue b/src/pages/modules/index2.vue index 0b70f52..080c39b 100644 --- a/src/pages/modules/index2.vue +++ b/src/pages/modules/index2.vue @@ -189,8 +189,8 @@