mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
【菜单列表】解决子集过多导致展开卡顿
This commit is contained in:
parent
c745c83145
commit
be311cdfb5
@ -107,11 +107,11 @@ import { setFocus, useCrud, useTable, useUpsert } from "@cool-vue/crud";
|
||||
import { useCool } from "/@/cool";
|
||||
import { deepTree } from "/@/cool/utils";
|
||||
import { useStore } from "/$/base/store";
|
||||
import { isEmpty } from "lodash-es";
|
||||
import MenuImp from "./components/imp.vue";
|
||||
import MenuExp from "./components/exp.vue";
|
||||
import AutoMenu from "/$/helper/components/auto-menu/index.vue";
|
||||
import AutoPerms from "/$/helper/components/auto-perms/index.vue";
|
||||
import { isEmpty } from "/@/modules/dict/utils";
|
||||
|
||||
interface Item extends Eps.BaseSysMenuEntity {
|
||||
children?: Item[];
|
||||
|
Loading…
Reference in New Issue
Block a user