@@ -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