From 5e7c1d70baced59aae4a8ea28b6e406f5b423c87 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 2 Mar 2026 15:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E9=97=AE=E9=A2=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flowManagement/milestoneDialog.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/flowManagement/milestoneDialog.vue b/src/views/flowManagement/milestoneDialog.vue index d14f5f5..c5ed603 100644 --- a/src/views/flowManagement/milestoneDialog.vue +++ b/src/views/flowManagement/milestoneDialog.vue @@ -284,7 +284,6 @@ export default { attachList: this.existingFiles, }; query_.checkResult = 1; - query_.fmProjectApplication.approvalStatus = 4; query_.fmProjectApplication.delayTime = query_.fmProjectApplication.delayTime + ' 00:00:00'; projectExecute(query_) @@ -311,7 +310,6 @@ export default { // if (query_.checkResult == 3) { // query_.fmProjectApplication.approvalStatus = 5; // } - console.log(query_, '核查query_'); projectCheck(query_) .then(res => { this.$message.success('操作成功!'); @@ -328,7 +326,6 @@ export default { fmProjectApplication: { ...this.executeForm, }, - // attachList: this.existingFiles, }; if (this.detailForm.score < 75) { this.$confirm('评价分数小于75,需要打回待审核状态,确认是否继续?', { @@ -337,7 +334,6 @@ export default { type: 'warning', }) .then(() => { - // return removePersonAbility(row.id); // query_.fmProjectApplication.approvalStatus = 7; projectApprove(query_) .then(res => {