fix: 追踪页底部时间轴初始化时添加最后一分钟时间反馈

This commit is contained in:
刘洪洪
2024-03-05 11:58:02 +08:00
parent 32e455c6eb
commit 95b2cb33c3
2 changed files with 10 additions and 3 deletions

View File

@@ -1177,7 +1177,7 @@ export default {
},
// 时间轴改变时重新查询人marker
async minuteTimeFilter (n) {
this.debounceFunc()
this.debounceFunc?.()
},
// 切换追踪的用户
currentShowSubscriber (n) {