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 => {