18586361686
2025-05-13 fad486e5dcf1ce238e8590752038ed9a8992cce2
fix: 修复机器人删除对话记录后报botid不能为空
close #IC78K1
1个文件已修改
2 ■■■ 已修改文件
aiflowy-ui-react/src/pages/ExternalBot.tsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-ui-react/src/pages/ExternalBot.tsx
@@ -139,7 +139,7 @@
                            if (res.data.errorCode === 0){
                                message.success('删除成功');
                                setChats([])
                                getConversationManualGet()
                                getConversationManualGet({params: { "botId": params?.id }})
                            }
                        });
                    },