瀏覽代碼

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