Browse Source

Merge branch 'ol_12_30' into test

mo 3 years ago
parent
commit
04ea760609
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/withdrawal-application/index.vue

+ 1 - 1
src/views/withdrawal-application/index.vue

@@ -558,7 +558,7 @@ export default {
         });
     },
     checkSeleabled(row) {
-      if (row.status == "PROCESSING") {
+      if (row.status == "PROCESSING"&&row.currentApproveRole=='3') {
         return 1;
       } else {
         return 0;