From b32010d728ffe8a91ea0cd92cc544929e07bf0f1 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 25 Nov 2021 10:49:08 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1343=20fix=EF=BC=9A=20Panel=E5=86=85?= =?UTF-8?q?=E5=91=8A=E8=AD=A6=E8=AE=BE=E7=BD=AE=E6=98=BE=E7=A4=BA=E6=9D=A1?= =?UTF-8?q?=E6=95=B0=E4=B8=8E=E5=AE=9E=E9=99=85=E8=AE=BE=E7=BD=AE=E4=B8=8D?= =?UTF-8?q?=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chart-alert-list.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/charts/chart-alert-list.vue b/nezha-fronted/src/components/charts/chart-alert-list.vue index a37132486..bc3c76a86 100644 --- a/nezha-fronted/src/components/charts/chart-alert-list.vue +++ b/nezha-fronted/src/components/charts/chart-alert-list.vue @@ -105,7 +105,7 @@ :showOption="false" :chart-alert-list="true" > - +
@@ -915,6 +915,7 @@ export default { // this.$refs.alertListTable.$refs.alertListTable.clearSelection() // this.$refs.alertListScreenTable.$refs.dataTable.clearSelection() this.screenPageObj = { ...this.pageObj } + this.$refs.screenPagination.pageSize = this.screenPageObj.pageSize }, // 设置数据, filter区分 setData (chartItem, seriesItem, panelId, filter, area, errorMsg) {