src/views/projectManage/plan/planInfo.vue
@@ -193,7 +193,6 @@ // 保存当前行数据 handleSave(index) { this.tableData[index].projectPlanRecordId = this.projectInfoData.id; console.log(this.tableData[index]) savePlanInfo(this.tableData[index], this.planInfoData.id).then(response => { this.$message.success('保存成功'); });