From aeebddd7eca7d1432524943c0ce7df3e33f35705 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期五, 05 九月 2025 09:15:14 +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