Explorar o código

fix: 清空题目选择列表当添加新题目时

tanshanming hai 6 meses
pai
achega
52a08091f4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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()
 	}