mo 2 년 전
부모
커밋
6d8bcdeefb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/withdrawal-application/index.vue

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

@@ -374,7 +374,7 @@ export default {
     let isSuperAdmin = this.$store.getters.isSuperAdmin;
     let roles = this.$store.getters.roles;
     await this.$store.dispatch("setBranchs");
-    if (isSuperAdmin) {
+    if (isSuperAdmin || roles.indexOf("150") != -1) {
       this.isManage = "super";
     } else {
       if (roles.indexOf("1") != -1) {