From e0510665c7ecb2140f96eb6da27a601d7c892965 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 27 十一月 2024 13:25:30 +0800 Subject: [PATCH] 解决一系列 bug --- src/components/chat/chatComponents/summaryCom/components/types.ts | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/summaryCom/components/types.ts b/src/components/chat/chatComponents/summaryCom/components/types.ts index b0822e9..0113c5f 100644 --- a/src/components/chat/chatComponents/summaryCom/components/types.ts +++ b/src/components/chat/chatComponents/summaryCom/components/types.ts @@ -2,6 +2,8 @@ import MapCom from '../../mapCom/MapCom.vue'; import RecordSet from './recordSet/RecordSet.vue'; import RecordSetTable from './recordSetTable/RecordSetTable.vue'; +import AmisPage from './amisPage/AmisPage.vue'; + import Summary from './summary/Summary.vue'; import DeviceLastValueCom from './deviceLastValue/DeviceLastValueCom.vue'; @@ -13,7 +15,8 @@ Map = 'map', DeviceLastValue='device_last_value', /** @description 鍚庣骞舵病鏈夊鍔犱竴涓柊鐨� table 绫诲瀷锛岃�屾槸褰撴垚 recordset 鐨勪竴绉嶇壒鍒� */ - RecordSetTable = 'recordsetTable' + RecordSetTable = 'recordsetTable', + AmisPage="amis_page" } export const summaryAnswerTypeMapCom = { @@ -23,5 +26,6 @@ [SummaryAnswerType.Map]: MapCom, [SummaryAnswerType.DeviceLastValue]:DeviceLastValueCom, [SummaryAnswerType.RecordSetTable]:RecordSetTable, + [SummaryAnswerType.AmisPage]:AmisPage }; -- Gitblit v1.9.3