标记删除问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
de80b75c0b
commit
face77f949
|
@ -1657,13 +1657,13 @@ export default {
|
||||||
annotation.data.label +
|
annotation.data.label +
|
||||||
'?'
|
'?'
|
||||||
)
|
)
|
||||||
let res = null
|
|
||||||
if (annotation.markId) {
|
if (annotation.markId) {
|
||||||
res = await deleteCustomTag(annotation.markId)
|
let res = await deleteCustomTag(annotation.markId)
|
||||||
|
if (!res.IsSuccess) return false
|
||||||
}else if (annotation.id) {
|
}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)
|
const index = this.markedSeriesIds.indexOf(annotation.seriesId)
|
||||||
if (index !== -1) {
|
if (index !== -1) {
|
||||||
|
|
Loading…
Reference in New Issue