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