自动导入配置

This commit is contained in:
RuoYi
2026-04-10 11:00:40 +08:00
parent 7e9badf4a0
commit 5eb61403bb
19 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -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)