支持动态筛选路线 并 按时间倒序排列路线
This commit is contained in:
parent
380fbbe67c
commit
b9fd8e5dd3
@ -380,6 +380,7 @@ function drawMap(autoSelect=false){
|
||||
}
|
||||
view.lines[view.lines.length -1].push(datum)
|
||||
}
|
||||
view.lines = view.lines.reverse()
|
||||
options.lines = view.lines.map((item,index)=>{
|
||||
if(autoSelect){
|
||||
// 默认选中
|
||||
|
Loading…
Reference in New Issue
Block a user