From 3227e5e5ab4a59b55ff0af71d8fcb57196b17c08 Mon Sep 17 00:00:00 2001 From: Austin <1344583166@qq.com> Date: Mon, 25 Nov 2024 19:54:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E8=B5=84=E6=BA=90=E6=B1=A0?= =?UTF-8?q?=E4=B8=BB=E6=9C=BA=E5=88=97=E8=A1=A8=E4=BA=A4=E4=BA=92=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20#8149=20#=20Reviewed,=20transaction=20id:=2024759?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resource-manage/pool/host-list/Index.vue | 2 +- .../host-list/components/search-box/Index.vue | 24 ++++++++++++------- .../com-factory/components/SpecId.vue | 9 +++---- 3 files changed, 22 insertions(+), 13 deletions(-) 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 @@