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 @@