wujingjing
2024-10-21 44367fcf62c12e6625d2d231086dfdb83d66b79c
src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -10,6 +10,8 @@
            :data="item"
            :originData="originData"
            :summaryIndex="index"
            chartHeight="20rem"
            :tableLimitHeight = "tableLimitHeight"
            @updateQuery ="(res)=> updateRecordSet(index,res)"
         ></component>
      </template>
@@ -23,6 +25,7 @@
import { SummaryAnswerType, summaryAnswerTypeMapCom } from './components/types';
// import AmisPageTest from './components/amisPage/AmisPageTest.vue';
const props = defineProps(chatComProps);
const tableLimitHeight = document.body.clientHeight * 0.7
const parsedData = computed(() => {
   const newData = (props.data ?? []).map((item) => {