新增:新增系统管理/菜单管理(列表、创建、修改、删除、导出)

This commit is contained in:
2023-02-16 23:01:26 +08:00
parent 1319cb3264
commit 510f86031f
306 changed files with 2375 additions and 90 deletions

View File

@@ -181,7 +181,6 @@
<a-modal
:title="title"
:visible="visible"
:width="570"
:mask-closable="false"
unmount-on-close
render-to-body
@@ -350,7 +349,7 @@
updateRole,
deleteRole,
} from '@/api/system/role';
import listDeptTree from '@/api/common';
import { listDeptTree } from '@/api/common';
const { proxy } = getCurrentInstance() as any;