luohairen
2024-12-05 673ed0ce6809aecc7b1bdb1c8bb5f6018047105f
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('保存成功');
      });
    },