From 6b92844c9be3ee3d935ee1e142400afdc0bb456e Mon Sep 17 00:00:00 2001 From: likexuan Date: Tue, 29 Nov 2022 17:56:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=20terminalLogTable?= =?UTF-8?q?=20=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/bottomBox/tabs/terminalLogSftpTab.vue | 2 ++ .../common/table/settings/terminalLogTable.vue | 10 ++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogSftpTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogSftpTab.vue index 70380857b..7d83a9c94 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogSftpTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogSftpTab.vue @@ -82,6 +82,8 @@ export default { methods: { async getTableData () { this.$set(this.searchLabel, 'uuid', this.obj.uuid) + this.$set(this.searchLabel, 'pageNo', this.pageObj.pageNo) + this.$set(this.searchLabel, 'pageSize', -1) this.tools.loading = true this.$get(this.url, this.searchLabel).then(response => { this.tools.loading = false diff --git a/nezha-fronted/src/components/common/table/settings/terminalLogTable.vue b/nezha-fronted/src/components/common/table/settings/terminalLogTable.vue index 34f700a27..c657161ed 100644 --- a/nezha-fronted/src/components/common/table/settings/terminalLogTable.vue +++ b/nezha-fronted/src/components/common/table/settings/terminalLogTable.vue @@ -67,12 +67,12 @@