From 63bc8594046177d976d0436c709e928d71bbba0d Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 30 三月 2026 10:15: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