From e3d1fbf95f47adeb57b7447ffd9106ee5f695c9f Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 02 四月 2026 11:33:44 +0800
Subject: [PATCH] fix: 工序查询根据条件返回全部/启用数据

---
 src/views/productionManagement/processRoute/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index f907915..d066a54 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -247,6 +247,7 @@
         bomId: row.bomId || null,
         description: row.description || "",
         type: "route",
+        status: row.status || false,
       },
     });
   };

--
Gitblit v1.9.3