From eba08795383b14b41034e6ddea0150cd2eb57282 Mon Sep 17 00:00:00 2001 From: RubyLiu Date: Mon, 25 Sep 2023 11:46:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20useTable=20=E5=AF=BC=E5=87=BA=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E9=80=89=E4=B8=AD=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/pure/ms-table/useTable.ts | 1 + frontend/src/views/bug-management/index.vue | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/frontend/src/components/pure/ms-table/useTable.ts b/frontend/src/components/pure/ms-table/useTable.ts index d227f0d8c0..23971af5ad 100644 --- a/frontend/src/components/pure/ms-table/useTable.ts +++ b/frontend/src/components/pure/ms-table/useTable.ts @@ -338,5 +338,6 @@ export default function useTableProps( setKeyword, resetPagination, getSelectedCount, + resetSelector, }; } diff --git a/frontend/src/views/bug-management/index.vue b/frontend/src/views/bug-management/index.vue index a5ea138bb1..2438e1c492 100644 --- a/frontend/src/views/bug-management/index.vue +++ b/frontend/src/views/bug-management/index.vue @@ -2,6 +2,16 @@

BugManagement is waiting for development

+ +