!41 Vue3 重构:登录日志

Merge pull request !41 from lour6498/dev
This commit is contained in:
芋道源码
2023-03-23 15:41:37 +00:00
committed by Gitee
6 changed files with 226 additions and 101 deletions

View File

@ -63,7 +63,7 @@ const dbLoading = ref(true)
const queryParams = reactive({
name: undefined,
comment: undefined,
dataSourceConfigId: 0
dataSourceConfigId: 0 as number | undefined
})
const dataSourceConfigs = ref<DataSourceConfigVO[]>([])
const show = async () => {