Merge branch 'dev-3.2' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.3

# Conflicts:
#	nezha-fronted/src/components/chart/chart/chartTimeSeries.vue
This commit is contained in:
zhangyu
2022-04-06 10:24:57 +08:00
9 changed files with 55 additions and 14 deletions

View File

@@ -319,11 +319,11 @@ export default {
nowTimeType: JSON.stringify(this.nowTimeType),
searchTime: JSON.stringify(this.searchTime)
}
// this.dateChange()
// this.getTableData()
const path = this.fromRoute.panel
this.updatePath(param, path)
this.getData(this.filter)
this.dateChange()
// this.getData(this.filter)
this.$refs.chartList.cleanData()
},