asd26269546 1 year ago
parent
commit
0194c56d9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/process/dealWith/index.vue

+ 2 - 2
src/views/process/dealWith/index.vue

@@ -163,13 +163,13 @@ const config = computed(() => {
                         },
                         el: 'button',
                         click() {
-							if(row.status == 1 || row.status == 0) {
+							if(row.status != 1 && row.status != 0) {
 								proxy.$router.push({
 									path: "/platform_manage/process/processApproval",
 									query: {
 										flowKey: row.flowKey,
 										id: row.id,
-										processType:10,
+										processType:20,
 										version:row.version
 									},
 								});