caiyiling 2024-02-27 15:10:41 +08:00
parent 30c411d03f
commit 1b905f1f9d
1 changed files with 0 additions and 1 deletions

View File

@ -289,7 +289,6 @@ export default {
},
removeAnnotation(obj) {
console.log('question_removeAnnotation')
const { Id } = obj
var idx = this.measurements.findIndex(i => i.QuestionId === Id)
if (idx === -1) return