重置问题时清空问题与分割标记绑定关系
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2026-04-16 13:42:49 +08:00
parent 57be74aea8
commit 11000ef9f8
1 changed files with 1 additions and 0 deletions

View File

@ -1357,6 +1357,7 @@ export default {
await this.getQuestionCalculateRelation()
await this.getQuestions(true)
this.$emit('resetAnnotations', this.visitTaskId)
this.initSegmentBinding()
this.$nextTick(() => {
this.rerender = true
})