Эх сурвалжийг харах

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

tanshanming 6 сар өмнө
parent
commit
52a08091f4

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

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