From be935300089c97ea7477edd6e888a43ab244c44f Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 10 十二月 2024 09:35:07 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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