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