From 5ea1c65e79ace2a664cb4cf2f39211a9d4fbcf28 Mon Sep 17 00:00:00 2001 From: likexuan Date: Mon, 5 Sep 2022 14:23:50 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2172=20fix=20:=20record=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=BB=9A=E5=8A=A8=E6=9D=A1=E6=9C=AA=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/bottomBox/tabs/recordRuleEvalLog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/recordRuleEvalLog.vue b/nezha-fronted/src/components/common/bottomBox/tabs/recordRuleEvalLog.vue index 9ea14396d..e61da1a4f 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/recordRuleEvalLog.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/recordRuleEvalLog.vue @@ -106,7 +106,7 @@ export default { this.tools.loading = false this.nowTime = this.utcTimeToTimezoneStr(response.time) if (response.code === 200) { - this.tableData = response.data + this.tableData = response.data.list if (!this.scrollbarWrap && this.$refs.dataTable && this.$refs.dataTable.$refs.dataTable) { this.$nextTick(() => { this.scrollbarWrap = this.$refs.dataTable.$refs.dataTable.bodyWrapper