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 }); /** 查询登录日志列表 */