Merge branch 'dev' of https://git.mesalab.cn/cyber-narrator/cn-ui into dev
This commit is contained in:
@@ -146,7 +146,7 @@ export default {
|
||||
})
|
||||
},
|
||||
tableDataSort (orderBy) {
|
||||
this.$set(this.searchLabel, 'orderBy', orderBy)
|
||||
this.searchLabel.orderBy = orderBy
|
||||
this.getTableData()
|
||||
},
|
||||
search (params) {
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user