This commit is contained in:
+4
-1
@@ -989,7 +989,10 @@ export default {
|
||||
// },
|
||||
async operateImageMarker(obj) {
|
||||
// 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) {
|
||||
// 移除表格问题标记
|
||||
this.$set(this.QuestionsForm, obj.question.Id, null)
|
||||
|
||||
Reference in New Issue
Block a user