REVIEW 角色管理(设置菜单权限)

This commit is contained in:
YunaiV
2023-04-01 17:45:31 +08:00
parent 70fa36a262
commit ecde723fa2
5 changed files with 176 additions and 164 deletions

View File

@ -64,11 +64,10 @@
<script setup lang="ts" name="TenantPackageForm">
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
import { CommonStatusEnum } from '@/utils/constants'
import { defaultProps } from '@/utils/tree'
import { defaultProps, handleTree } from '@/utils/tree'
import * as TenantPackageApi from '@/api/system/tenantPackage'
import * as MenuApi from '@/api/system/menu'
import { ElTree } from 'element-plus'
import { handleTree } from '@/utils/tree'
const { t } = useI18n() // 国际化
const message = useMessage() // 消息弹窗