From 8e108e299bef9ed35589b8083ef463dbd498a004 Mon Sep 17 00:00:00 2001 From: ailanyin Date: Mon, 5 Jun 2023 15:48:51 +0800 Subject: [PATCH] 1 --- src/views/monitor/online/index.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index 85af686..b26b33e 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -19,7 +19,7 @@ @@ -94,8 +94,9 @@ @@ -112,7 +113,8 @@ const pageNum = ref(1); const pageSize = ref(10); const queryParams = ref({ - ip: undefined, + pageNum: 1, + pageSize: 10, username: undefined, });