去掉多余引用
This commit is contained in:
parent
b56e150bf3
commit
be9d50b5f8
@ -112,7 +112,7 @@
|
|||||||
<script setup name="dict">
|
<script setup name="dict">
|
||||||
import dictData from '@/views/components/dictData'
|
import dictData from '@/views/components/dictData'
|
||||||
import { listType, getType, delType, addType, updateType, exportType } from '@/api/system/dict/type'
|
import { listType, getType, delType, addType, updateType, exportType } from '@/api/system/dict/type'
|
||||||
import { getCurrentInstance } from 'vue'
|
|
||||||
const { proxy } = getCurrentInstance()
|
const { proxy } = getCurrentInstance()
|
||||||
// 遮罩层
|
// 遮罩层
|
||||||
const loading = ref(true)
|
const loading = ref(true)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user