From c402cbf74df6462dd81e4901a0933c4791cbf8c6 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 30 三月 2026 10:56:58 +0800
Subject: [PATCH] 初版进度追踪
---
src/views/productionPlan/productionPlan/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/productionPlan/productionPlan/index.vue b/src/views/productionPlan/productionPlan/index.vue
index a294890..7fe0e90 100644
--- a/src/views/productionPlan/productionPlan/index.vue
+++ b/src/views/productionPlan/productionPlan/index.vue
@@ -672,7 +672,7 @@
router.push({
path: "/productionPlan/trackProgress",
query: {
- row: encodeURIComponent(JSON.stringify(row)),
+ applyNo: encodeURIComponent(row.applyNo),
},
});
};
--
Gitblit v1.9.3