Jelajahi Sumber

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

tanshanming 7 bulan lalu
induk
melakukan
861da6df1b
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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