From 78c1e28b5c25963df8a91ad663de7fb83f61fbe6 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 4 Mar 2025 13:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E6=8A=A5=E5=BA=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/repairTest/inventoryScrap.js | 2 +- .../scrapManage/Inventory/component/addToolsApply.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sgzb-ui/src/api/repairTest/inventoryScrap.js b/sgzb-ui/src/api/repairTest/inventoryScrap.js index 1390ad5e..f55033a2 100644 --- a/sgzb-ui/src/api/repairTest/inventoryScrap.js +++ b/sgzb-ui/src/api/repairTest/inventoryScrap.js @@ -13,7 +13,7 @@ export function equipmentTypeTree(data) { //获取设备编号列表 export function getMachineListByCode(query) { return request({ - url: '/material/base/machine/getMachineList', + url: '/base/machine/getMachineList', method: 'get', params: query }); diff --git a/sgzb-ui/src/views/scrapManage/Inventory/component/addToolsApply.vue b/sgzb-ui/src/views/scrapManage/Inventory/component/addToolsApply.vue index a092e4d9..dbf0db85 100644 --- a/sgzb-ui/src/views/scrapManage/Inventory/component/addToolsApply.vue +++ b/sgzb-ui/src/views/scrapManage/Inventory/component/addToolsApply.vue @@ -155,7 +155,7 @@