From 8965b82ae34e95b600a6728fed7f380881a8b0b9 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 28 Oct 2025 13:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/getData4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/getData4.js b/utils/getData4.js index 7eb1fb5..065322c 100644 --- a/utils/getData4.js +++ b/utils/getData4.js @@ -293,7 +293,7 @@ export const getStructivtByMaterialAndSectCode = (scode, mcode) => request({ }) // 获取机台下拉 export const getPdaCallEquipment = () => request({ - url:'api/pda/iosOut/getPdaCallEquipment', + url:'api/pda/iosIn/getPdaCallEquipment', data: {} })