Commit d37c48c8 by Sixong.Zhu

types

parent 6bbc7551
Showing with 1 additions and 1 deletions
......@@ -543,7 +543,7 @@ export default {
) {
const { imChatId } = await Chat.getSdk()
.model(params.modelName)
.chat(+params.selectedListId, orgId())
.chat(params.selectedListId, orgId())
.createChat(true);
const chatId = Number(imChatId);
await commit(ChatStore.MUTATION_SHOW_CHAT, true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment