fix: table类型图表逻辑调整;完善一些工具方法;地图切换实现

This commit is contained in:
chenjinsong
2022-03-06 23:26:42 +08:00
parent f4daaa8e75
commit 5427ea0760
11 changed files with 150 additions and 49 deletions

View File

@@ -29,7 +29,7 @@ export function getMillisecond (time) {
ms = Math.floor(time * (10 ** (0 - difference)))
}
}
return ms
return ms ? Number(ms) : null
}
// 初始化日期
export function getNowTime (interval) {