Explorar el Código

英文ppt的按钮权限不对

cxmo hace 1 año
padre
commit
e1569061c7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/ppt_manage/newVersion/pptEnCatalog.vue

+ 1 - 1
src/views/ppt_manage/newVersion/pptEnCatalog.vue

@@ -557,7 +557,7 @@ export default {
             authArr.push(k)
           }
       }
-      this.pptToolList = toolList.filter((i)=>{
+      this.pptToolList = this.pptToolList.filter((i)=>{
           return authArr.includes(i.key)
         })