重置问题时清空问题与分割标记绑定关系
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
57be74aea8
commit
11000ef9f8
|
|
@ -1357,6 +1357,7 @@ export default {
|
||||||
await this.getQuestionCalculateRelation()
|
await this.getQuestionCalculateRelation()
|
||||||
await this.getQuestions(true)
|
await this.getQuestions(true)
|
||||||
this.$emit('resetAnnotations', this.visitTaskId)
|
this.$emit('resetAnnotations', this.visitTaskId)
|
||||||
|
this.initSegmentBinding()
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.rerender = true
|
this.rerender = true
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue