From 1111448df246647485f9d98bf51eb32d728c7a4b Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期三, 20 十一月 2024 13:54:13 +0800 Subject: [PATCH] 修改提问示例无数据的问题 --- src/components/chat/model/types.ts | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/chat/model/types.ts b/src/components/chat/model/types.ts index 8b4516a..f5814e1 100644 --- a/src/components/chat/model/types.ts +++ b/src/components/chat/model/types.ts @@ -56,9 +56,11 @@ state?: null | '1' | '0'; sectionAId?:string, createTime?:string, - stepList:StepItem[], - stepIsShow:boolean, - conclusion:any[] + stepList?:StepItem[], + stepIsShow?:boolean, + /** @description 鏄惁琚�夋嫨鍒嗕韩 */ + isChecked:boolean, + conclusion?:any[] } export const roleImageMap = { -- Gitblit v1.9.3