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

refactor: 移除调试用的console.log语句

tanshanming 7 сар өмнө
parent
commit
861da6df1b

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

@@ -225,7 +225,6 @@
 	function confirmQuestionSelect() {
 		Promise.all(questionPage.multipleSelection.map((q) => questionApi.select(q.id))).then((resArr) => {
 			resArr.forEach((re) => {
-				console.log('rrr', re)
 				currentTitleItem.value.questionItems.push(re)
 			})
 			questionPage.showDialog = false