uat_us
parent
30c411d03f
commit
1b905f1f9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue