liuhj 7 months ago
parent
commit
241b5c3068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/OP/OPgroup.vue

+ 1 - 1
src/components/OP/OPgroup.vue

@@ -464,7 +464,7 @@ export default {
             }
         }
         for (let r = 0; r < Permissions.length; r++) {
-            if (Permissions[r].funid==12) {
+            if (Permissions[r].funid==4) {
                 this.evocationdownloadqx=true;
             }
         }