fix:修改 切换panel 不刷新时间的问题

This commit is contained in:
zhangyu
2022-04-02 18:24:47 +08:00
parent 819fdc3489
commit 70290654bf

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()
},