|
@@ -225,7 +225,6 @@
|
|
|
function confirmQuestionSelect() {
|
|
function confirmQuestionSelect() {
|
|
|
Promise.all(questionPage.multipleSelection.map((q) => questionApi.select(q.id))).then((resArr) => {
|
|
Promise.all(questionPage.multipleSelection.map((q) => questionApi.select(q.id))).then((resArr) => {
|
|
|
resArr.forEach((re) => {
|
|
resArr.forEach((re) => {
|
|
|
- console.log('rrr', re)
|
|
|
|
|
currentTitleItem.value.questionItems.push(re)
|
|
currentTitleItem.value.questionItems.push(re)
|
|
|
})
|
|
})
|
|
|
questionPage.showDialog = false
|
|
questionPage.showDialog = false
|