Browse Source

完善付款方模块

wulanhaote
yangfuda 2 years ago
parent
commit
c2fd5b69e4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/views/yinnong/done.vue

+ 1
- 0
src/views/yinnong/done.vue View File

@@ -143,6 +143,7 @@
case 'accepting':
this.$router.push({name:'approvalForm',query: {id:item.formData.id,taskId:item.taskId,instanceId:item.formData.instanceId,type:item.type}})
break;
case 'toReviewTransferProcess':
case 'yinnong_transfer':
if(item.formData.transferType == '10'){
this.$router.push({name:'approvalApproval10',query: {id:item.formData.id,taskId:item.taskId,type:item.type}})


Loading…
Cancel
Save