gerson
2024-08-25 9a8a56f6d2cfe0ab9ec9368d58d03d1cf10ade28
src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -11,6 +11,7 @@
            :summaryIndex="index"
         ></component>
      </template>
      <!-- <AmisPageTest /> -->
   </div>
</template>
@@ -18,7 +19,7 @@
import { computed } from 'vue';
import { chatComProps } from '../common';
import { SummaryAnswerType, summaryAnswerTypeMapCom } from './components/types';
// import AmisPageTest from './components/amisPage/AmisPageTest.vue';
const props = defineProps(chatComProps);
const parsedData = computed(() => {