wujingjing
2025-01-15 575429031e6d2b90394e047b4ff38b541935c1b5
src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -9,9 +9,11 @@
               :is="summaryAnswerTypeMapCom[item.type]"
               :data="item"
               :originData="originData"
               :reportIndex="reportIndex"
               :summaryIndex="index"
               chartHeight="20rem"
               :tableLimitHeight="tableLimitHeight"
               :historyId="historyId"
               @updateQuery="(res) => updateRecordSet(index, res)"
               :disabled="isTalking || isSharePage"
            ></component>