From 6c8bba7ec75eda869319ef14137da3ecd4ef74b6 Mon Sep 17 00:00:00 2001 From: ailanyin Date: Mon, 5 Jun 2023 15:00:36 +0800 Subject: [PATCH] 1 --- src/views/monitor/online/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index a61e18b..85af686 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -19,12 +19,12 @@ - + @@ -109,11 +108,12 @@ 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 }); /** 查询登录日志列表 */