自动导入配置

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
@@ -97,7 +97,7 @@ import { allocatedUserList, authUserCancel, authUserCancelAll } from "@/api/syst
const route = useRoute()
const { proxy } = getCurrentInstance()
const { sys_normal_disable } = proxy.useDict("sys_normal_disable")
const { sys_normal_disable } = useDict("sys_normal_disable")
const userList = ref([])
const loading = ref(true)