fix: 修复出现空标注的情况
This commit is contained in:
parent
bc185986f5
commit
b5b6febf9e
|
@ -557,7 +557,7 @@ export default {
|
|||
return false
|
||||
}
|
||||
const isRepeat = this.checkIsRepeat(this.nowNer)
|
||||
if (!isRepeat && this.nowNer.isMove) {
|
||||
if (!isRepeat && this.nowNer.isMove && this.nowNer.name) {
|
||||
console.log(this.nowNer)
|
||||
delete this.nowNer.isMove
|
||||
this.ners.push(this.nowNer)
|
||||
|
|
Loading…
Reference in New Issue