NEZ-3502 fix: alert message页面asset dashboard标签页 Group组件图表时区计算错误

This commit is contained in:
zyh
2024-09-20 10:46:17 +08:00
parent 2950d40195
commit c79b14b132
6 changed files with 15 additions and 6 deletions

View File

@@ -186,7 +186,7 @@ export default {
immediate: true,
handler (n) {
if (n && n.length) {
this.timeRange = this.timeRange = [
this.timeRange = [
bus.timeFormate(bus.computeTimezone(n[0] * 1000)),
bus.timeFormate(bus.computeTimezone(n[1] * 1000))
]