diff --git a/dbm-ui/frontend/src/views/resource-manage/pool/host-list/Index.vue b/dbm-ui/frontend/src/views/resource-manage/pool/host-list/Index.vue index 6148e0a580..6c7ec84780 100644 --- a/dbm-ui/frontend/src/views/resource-manage/pool/host-list/Index.vue +++ b/dbm-ui/frontend/src/views/resource-manage/pool/host-list/Index.vue @@ -126,7 +126,7 @@ const isShowBatchSetting = ref(false); const isShowImportHost = ref(false); - let searchParams = {}; + let searchParams: Record = {}; let selectionListWholeDataMemo: DbResourceModel[] = []; const tableColumn = [ { diff --git a/dbm-ui/frontend/src/views/resource-manage/pool/host-list/components/search-box/Index.vue b/dbm-ui/frontend/src/views/resource-manage/pool/host-list/components/search-box/Index.vue index 49c6396f23..20efa6d0a1 100644 --- a/dbm-ui/frontend/src/views/resource-manage/pool/host-list/components/search-box/Index.vue +++ b/dbm-ui/frontend/src/views/resource-manage/pool/host-list/components/search-box/Index.vue @@ -13,13 +13,11 @@