From 46e29a50eccda9f92fb2feeb18fa8a0ea4092587 Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期四, 28 十一月 2024 22:31:38 +0800
Subject: [PATCH] 页面传参bug

---
 src/views/projectManage/plan/planInfoCheck.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/projectManage/plan/planInfoCheck.vue b/src/views/projectManage/plan/planInfoCheck.vue
index 08a6087..516be05 100644
--- a/src/views/projectManage/plan/planInfoCheck.vue
+++ b/src/views/projectManage/plan/planInfoCheck.vue
@@ -144,7 +144,7 @@
       loading: true,
       // 鎺ユ敹浼犻�掕繃鏉ョ殑椤圭洰璁″垝鏁版嵁
       planRecordData: {},
-      planInfoData: {},
+      projectInfoData: {},
       // 璁″垝椤规暟鎹�
       tableData: [
         {
@@ -179,7 +179,7 @@
     getPlanRecordData() {
       // 浠庢煡璇㈠弬鏁颁腑鑾峰彇鏁版嵁
       this.planRecordData = this.$route.query.data
-      this.planInfoData = this.$route.query.planInfoData
+      this.projectInfoData = this.$route.query.projectInfoData
       this.search();
     },
     // 鑾峰彇椤圭洰璁″垝椤�
@@ -231,7 +231,7 @@
       this.$router.push({
         path: '/projectManage/planRecord',
         query: {
-          data: this.planRecordData
+          data: this.projectInfoData
         }
       })
     }

--
Gitblit v1.8.0