Revert "perf: aotu components"

This reverts commit daa9d01adf.
This commit is contained in:
xingyu4j
2022-11-17 17:11:24 +08:00
parent fe3fd184f9
commit 8bc6d6b5c2
30 changed files with 62 additions and 8 deletions

View File

@ -248,6 +248,8 @@ import { onMounted, reactive, ref } from 'vue'
import { useI18n } from '@/hooks/web/useI18n'
import { useMessage } from '@/hooks/web/useMessage'
import { FormInstance } from 'element-plus'
import { Tooltip } from '@/components/Tooltip'
import { IconSelect } from '@/components/Icon'
import { VxeTableInstance } from 'vxe-table'
// 业务相关的 import
import * as MenuApi from '@/api/system/menu'