From 860cc5f15145bcf8800ff603b0122d1f9c2cbed9 Mon Sep 17 00:00:00 2001 From: ailanyin Date: Mon, 5 Jun 2023 14:39:40 +0800 Subject: [PATCH] 1 --- src/views/monitor/online/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index 1b587ae..a61e18b 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -19,12 +19,12 @@ @@ -108,12 +109,11 @@ const { proxy } = getCurrentInstance(); const onlineList = ref([]); const loading = ref(true); const total = ref(0); -const pageNum = ref(1); -const pageSize = ref(10); const queryParams = ref({ - ip: undefined, username: undefined, + pageNum: 1, + pageSize: 10 }); /** 查询登录日志列表 */