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