在阅片页面,当一个问题绑定测量标记后,移除标记并保存后,测量值没有清空
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
aa8793fab1
commit
6ca3f76907
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue