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('保存成功'); }); },