소스 검색

Merge branch 'ol_12_30' into test

mo 3 년 전
부모
커밋
04ea760609
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;