NEZ-3502 fix: alert message页面asset dashboard标签页 Group组件图表时区计算错误
This commit is contained in:
@@ -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))
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user