fix: 修复某些组件页面重复进入无法正常预览的问题
- 修复单选、打分、NPS无法正常预览的问题
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</contenteditable>
|
||||
</template>
|
||||
<template #input>
|
||||
<template v-for="item /*optionIndex*/ in element.options" :key="item.id">
|
||||
<template v-for="item /*optionIndex*/ in element.list ?? element.options" :key="item.id">
|
||||
<van-radio-group v-if="element.question_type === 1" v-model="choiceValue">
|
||||
<option-action
|
||||
:data="isPreview ? item.options : item"
|
||||
|
||||
Reference in New Issue
Block a user