Przeglądaj źródła

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

tanshanming 7 miesięcy temu
rodzic
commit
861da6df1b
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/views/exm/exampaper/form.vue

+ 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