From 5b5a3ec32e479b6c43822fd0192cde6e2f3b31e5 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 26 十二月 2024 17:47:16 +0800
Subject: [PATCH] 赋码demo

---
 src/views/projectManage/plan/index.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/views/projectManage/plan/index.vue b/src/views/projectManage/plan/index.vue
index 16a8ffc..2b9f941 100644
--- a/src/views/projectManage/plan/index.vue
+++ b/src/views/projectManage/plan/index.vue
@@ -240,10 +240,7 @@
         this.$router.push({
           path: '/projectManage/planRecord',
           query: {
-            id: row.id,
-            projectName: row.projectName,
-            projectCode: row.projectCode,
-            managerFlag: row.managerFlag
+            data: JSON.stringify(row)
           }
         })
       })

--
Gitblit v1.8.0