From 010fe0e7a1b438c22c089a8de655029a497de84d Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期二, 26 八月 2025 15:06:07 +0800 Subject: [PATCH] 齐套性检查、上下料查询页面 --- src/views/mes/modules/MesProductionWorkOrderForm.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/mes/modules/MesProductionWorkOrderForm.vue b/src/views/mes/modules/MesProductionWorkOrderForm.vue index ce6941f..99228ef 100644 --- a/src/views/mes/modules/MesProductionWorkOrderForm.vue +++ b/src/views/mes/modules/MesProductionWorkOrderForm.vue @@ -112,9 +112,9 @@ validatorRules: { }, url: { - add: "/mesproductionworkorder/mesProductionWorkOrder/add", - edit: "/mesproductionworkorder/mesProductionWorkOrder/edit", - queryById: "/mesproductionworkorder/mesProductionWorkOrder/queryById" + add: "/mes/mesProductionWorkOrder/add", + edit: "/mes/mesProductionWorkOrder/edit", + queryById: "/mes/mesProductionWorkOrder/queryById" } } }, -- Gitblit v1.9.3