From f1059f253b5e53183a67f62c369cc6cf1a9633be Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期六, 22 二月 2025 21:21:32 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/project_management-vue --- src/views/projectManage/plan/planInfo.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/projectManage/plan/planInfo.vue b/src/views/projectManage/plan/planInfo.vue index b7cabf3..789eaf3 100644 --- a/src/views/projectManage/plan/planInfo.vue +++ b/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('淇濆瓨鎴愬姛'); }); -- Gitblit v1.8.0