Vue3 重构:REVIEW 角色管理

This commit is contained in:
YunaiV
2023-03-27 12:29:34 +08:00
parent 17395a4980
commit 1a4311309d
5 changed files with 36 additions and 75 deletions

View File

@ -46,7 +46,6 @@
<script setup lang="ts">
import { DICT_TYPE, getDictOptions } from '@/utils/dict'
import * as NoticeApi from '@/api/system/notice'
const { t } = useI18n() // 国际化
const message = useMessage() // 消息弹窗