From c80bcd3045b87b5d6fcf8bc88436c7a0d0026210 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Wed, 26 Jan 2022 19:14:40 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mixins/data-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins/data-list.js b/src/mixins/data-list.js index d225c3f8..079e1288 100644 --- a/src/mixins/data-list.js +++ b/src/mixins/data-list.js @@ -146,7 +146,7 @@ export default { }) }, tableDataSort (orderBy) { - this.$set(this.searchLabel, 'orderBy', orderBy) + this.searchLabel.orderBy = orderBy this.getTableData() }, search (params) { From 8fb1b2e8e12064389eb0eaf8116d42a5f815073a Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 27 Jan 2022 09:44:20 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9panel=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts/Panel.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/charts/Panel.vue b/src/views/charts/Panel.vue index 30126167..3c202942 100644 --- a/src/views/charts/Panel.vue +++ b/src/views/charts/Panel.vue @@ -156,6 +156,7 @@ export default { // methods dateTimeRangeChange (s, e, v) { this.timeFilter = { startTime: s, endTime: e, dateRangeValue: v } + this.chartList = [...this.chartList] }, reloadCharts () { this.chartList.forEach(chart => {