wujingjing
2025-01-03 0f13cb82cd3b5fc20ed79321b8fea870db1868f8
src/components/chat/assistant/index.vue
@@ -91,18 +91,13 @@
                                                v-for="(multiChatItem, multiChatIndex) in subItem.subStep"
                                             >
                                                <component
                                                   v-if="multiChatItem.type === MultiChatType.Select"
                                                   :order="`${stepIndex + 1}-${multiChatIndex + 1}`"
                                                   :item="multiChatItem"
                                                   :is="multiChatTypeMapCom[multiChatItem.type]"
                                                   :disabled="!(stepIndex + 1 === msg?.stepGroup?.[index].value.length && isTalking && isLast)"
                                                />
                                                <component
                                                   v-else-if="multiChatItem.type === MultiChatType.Result"
                                                   :is="answerTypeMapCom['summary']"
                                                   :data="multiChatItem.data.content.values"
                                                   :originData="multiChatItem.data"
                                                />
                                             </div>
                                          </div>
                                       </template>