标记删除问题
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-21 14:14:09 +08:00
parent de80b75c0b
commit face77f949
1 changed files with 4 additions and 4 deletions

View File

@ -1657,13 +1657,13 @@ export default {
annotation.data.label +
'?'
)
let res = null
if (annotation.markId) {
res = await deleteCustomTag(annotation.markId)
let res = await deleteCustomTag(annotation.markId)
if (!res.IsSuccess) return false
}else if (annotation.id) {
res = await deleteCustomTag(annotation.id)
let res = await deleteCustomTag(annotation.id)
if (!res.IsSuccess) return false
}
if (!res.isSuccess) return false
}
const index = this.markedSeriesIds.indexOf(annotation.seriesId)
if (index !== -1) {