mo 2 rokov pred
rodič
commit
6d8bcdeefb

+ 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) {