自动导入配置
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
import { listNotice, getNotice, delNotice, addNotice, updateNotice } from "@/api/system/notice"
|
||||
|
||||
const { proxy } = getCurrentInstance()
|
||||
const { sys_notice_status, sys_notice_type } = proxy.useDict("sys_notice_status", "sys_notice_type")
|
||||
const { sys_notice_status, sys_notice_type } = useDict("sys_notice_status", "sys_notice_type")
|
||||
|
||||
const noticeList = ref([])
|
||||
const open = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user