浏览代码

fix: 添加题目时重置多选题选中状态

tanshanming 6 月之前
父节点
当前提交
cc6de216f8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/exm/exampaper/form.vue

+ 1 - 0
src/views/exm/exampaper/form.vue

@@ -217,6 +217,7 @@
 	}
 	function addQuestion(titleItem) {
 		currentTitleItem.value = titleItem
+		questionPage.multipleSelection = []
 		questionPage.showDialog = true
 		search()
 	}