From 35da5fc48ba4431d0aa2dd310049a92cf50a7320 Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期三, 04 十二月 2024 09:32:08 +0800
Subject: [PATCH] 分角色展示项目计划,实现不同角色的功能

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

diff --git a/src/views/projectManage/plan/planInfo.vue b/src/views/projectManage/plan/planInfo.vue
index 47f9ae0..54012b5 100644
--- a/src/views/projectManage/plan/planInfo.vue
+++ b/src/views/projectManage/plan/planInfo.vue
@@ -166,8 +166,7 @@
     // 淇濆瓨褰撳墠琛屾暟鎹�
     handleSave(index) {
       this.tableData[index].projectPlanRecordId = this.projectInfoData.id;
-      savePlanInfo(this.tableData[index]).then(response => {
-        this.search();
+      savePlanInfo(this.tableData[index], this.planInfoData.id).then(response => {
         this.$message.success('淇濆瓨鎴愬姛');
       });
     },

--
Gitblit v1.8.0