fuliqi
2025-02-11 e57e645d24a89adb3391be16f6948b292183fa04
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('保存成功');
      });