luohairen
2024-12-04 35da5fc48ba4431d0aa2dd310049a92cf50a7320
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('保存成功');
      });
    },