From bec86e80fd75c0742110db631f905146d4270148 Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Wed, 20 Jul 2022 16:53:01 +0800 Subject: [PATCH] fix: update dashboard list with using the search box (#123) --- src/views/dashboard/List.vue | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index f8cb43ef..5dbe374f 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -20,7 +20,7 @@ limitations under the License. --> placeholder="Please input name" class="input-with-search ml-10" size="small" - @change="searchDashboards" + @change="searchDashboards(1)" >