xiangpei
2025-01-07 8779375b26e23113ebfa5940e4e5dbe696980f53
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('保存成功');
      });