From 2ee16a9c1b6b29dec6c244bef4f7519a34c6e258 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期二, 26 八月 2025 14:38:28 +0800
Subject: [PATCH] art: 生产环境地址修改

---
 src/views/mes/MesProductionWorkOrderList.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/mes/MesProductionWorkOrderList.vue b/src/views/mes/MesProductionWorkOrderList.vue
index 8d1fe7d..2e2d49d 100644
--- a/src/views/mes/MesProductionWorkOrderList.vue
+++ b/src/views/mes/MesProductionWorkOrderList.vue
@@ -275,14 +275,14 @@
         }
       ],
       url: {
-        list: '/mesproductionworkorder/mesProductionWorkOrder/list',
-        delete: '/mesproductionworkorder/mesProductionWorkOrder/delete',
-        deleteBatch: '/mesproductionworkorder/mesProductionWorkOrder/deleteBatch',
-        exportXlsUrl: '/mesproductionworkorder/mesProductionWorkOrder/exportXls',
-        importExcelUrl: 'mesproductionworkorder/mesProductionWorkOrder/importExcel',
+        list: '/mes/mesProductionWorkOrder/list',
+        delete: '/mes/mesProductionWorkOrder/delete',
+        deleteBatch: '/mes/mesProductionWorkOrder/deleteBatch',
+        exportXlsUrl: '/mes/mesProductionWorkOrder/exportXls',
+        importExcelUrl: 'mes/mesProductionWorkOrder/importExcel',
         listProductionLinesOption: '/base/factory/queryIdTree',
-        schedule: '/mesproductionworkorder/mesProductionWorkOrder/schedule',
-        publish: '/mesproductionworkorder/mesProductionWorkOrder/publish'
+        schedule: '/mes/mesProductionWorkOrder/schedule',
+        publish: '/mes/mesProductionWorkOrder/publish'
       },
       dictOptions: {},
       superFieldList: [],

--
Gitblit v1.9.3