Explorar el Código

update:修复角色管理菜单权限表单tree组件一直显示加载中的问题

puhui999 hace 2 años
padre
commit
86c6073f1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/system/role/MenuPermissionForm.vue

+ 1 - 1
src/views/system/role/MenuPermissionForm.vue

@@ -59,7 +59,7 @@
                 show-checkbox
                 :check-strictly="!checkStrictly"
                 :props="defaultProps"
-                :data="dataScopeForm"
+                :data="treeOptions"
                 empty-text="加载中,请稍后"
               />
             </el-card>