fix: 更新遗漏的tag处理

This commit is contained in:
chenjinsong
2023-10-23 13:42:42 +08:00
parent d8865b74d7
commit b90810470e
5 changed files with 7 additions and 7 deletions

View File

@@ -271,7 +271,7 @@ export default {
formatT0 () {
const vm = this
return function (event) {
const diffSeconds = this.detection.startTime - event.startTime
const diffSeconds = vm.detection.startTime - event.startTime
if (diffSeconds === 0) {
return 'T0'
}