From 5c6df10f543a7ca404791940cd891aa1182769ab Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 25 Jul 2022 10:11:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/getData2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/getData2.js b/src/config/getData2.js index 1798c9b..12f2c8c 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -32,9 +32,9 @@ export const callEmptyConfirm = (id, code, pname, acode) => post('api/pda/callEm /** 托盘点位绑定 */ // 1.1查询区域 -export const queryArea1 = () => post('api/pda/sendEmpty/queryArea', {}) +export const queryArea1 = () => post('api/pda/binding/queryArea', {}) // 1.2根据区域查询点位 -export const queryPointByArea1 = (code) => post('api/pda/sendEmpty/queryPointByArea', { +export const queryPointByArea1 = (code) => post('api/pda/binding/queryPointByArea', { area_code: code }) // 1.2托盘点位绑定确认