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 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/chat/model/types.ts b/src/components/chat/model/types.ts
index 8b61b8e..f5814e1 100644
--- a/src/components/chat/model/types.ts
+++ b/src/components/chat/model/types.ts
@@ -56,11 +56,11 @@
 	state?: null | '1' | '0';
 	sectionAId?:string,
 	createTime?:string,
-	stepList:StepItem[],
-	stepIsShow:boolean,
+	stepList?:StepItem[],
+	stepIsShow?:boolean,
 	/** @description 鏄惁琚�夋嫨鍒嗕韩 */
 	isChecked:boolean,
-	conclusion:any[]
+	conclusion?:any[]
 }
 
 export const roleImageMap = {

--
Gitblit v1.9.3