Преглед на файлове

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

tanshanming преди 7 месеца
родител
ревизия
861da6df1b
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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