流程管理接口问题调整

dev-scheduling
zhangdi 1 month ago
parent 60b2ecbb5c
commit 5e7c1d70ba
  1. 4
      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 => {

Loading…
Cancel
Save