Revert "perf: add aotu components"

This reverts commit 3e1ce8b76a.
This commit is contained in:
xingyu4j
2022-11-17 17:11:41 +08:00
parent a13cb8698d
commit ed3170e837
14 changed files with 61 additions and 170 deletions

View File

@ -103,10 +103,11 @@
</template>
<script setup lang="ts">
import { useI18n } from '@/hooks/web/useI18n'
import { ElInput, ElCard, ElTree, ElTreeSelect, ElSelect, ElOption } from 'element-plus'
import { handleTree } from '@/utils/tree'
import { onMounted, ref, unref, watch } from 'vue'
import * as DeptApi from '@/api/system/dept'
import { FormExpose } from '@/components/Form'
import { Form, FormExpose } from '@/components/Form'
import { modelSchema, rules } from './dept.data'
import { DeptVO } from '@/api/system/dept/types'
import { useMessage } from '@/hooks/web/useMessage'