在阅片页面,当一个问题绑定测量标记后,移除标记并保存后,测量值没有清空
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-06-30 14:27:06 +08:00
parent aa8793fab1
commit 6ca3f76907
1 changed files with 4 additions and 1 deletions

View File

@ -989,7 +989,10 @@ export default {
// }, // },
async operateImageMarker(obj) { async operateImageMarker(obj) {
// if (obj.question.IsTableQuestion && this.question.Id !== obj.question.ParentQsId) return // if (obj.question.IsTableQuestion && this.question.Id !== obj.question.ParentQsId) return
if (obj.operateStateEnum === 4) {
//
this.$set(this.questionForm, obj.question.Id, null)
}
if (obj.question.IsTableQuestion && obj.operateStateEnum === 4) { if (obj.question.IsTableQuestion && obj.operateStateEnum === 4) {
// //
this.$set(this.QuestionsForm, obj.question.Id, null) this.$set(this.QuestionsForm, obj.question.Id, null)