mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-09-24 14:11:56 +08:00
@@ -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 () => {
|
||||
|
Reference in New Issue
Block a user