This commit is contained in:
chenjinsong
2022-01-27 10:38:24 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ export default {
})
},
tableDataSort (orderBy) {
this.$set(this.searchLabel, 'orderBy', orderBy)
this.searchLabel.orderBy = orderBy
this.getTableData()
},
search (params) {

View File

@@ -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 => {