去掉多余引用

This commit is contained in:
不做码农 2022-04-24 15:05:30 +08:00
parent b56e150bf3
commit be9d50b5f8

View File

@ -112,7 +112,7 @@
<script setup name="dict">
import dictData from '@/views/components/dictData'
import { listType, getType, delType, addType, updateType, exportType } from '@/api/system/dict/type'
import { getCurrentInstance } from 'vue'
const { proxy } = getCurrentInstance()
//
const loading = ref(true)