Commit dde9832a by zhousil

清除当前id

parent 153f4070
Showing with 3 additions and 0 deletions
......@@ -55,6 +55,9 @@ export default class ChatList extends Vue {
@chatStore.Getter(ChatStore.STATE_CHAT_SENDING_MESSAGES)
protected readonly sendingMessages!: ChatStore.STATE_CHAT_SENDING_MESSAGES;
@chatStore.Mutation(ChatStore.MUTATION_CLEAR_CURRENT_CHAT_ID)
protected readonly clearCurrentChatId!: ChatStore.MUTATION_CLEAR_CURRENT_CHAT_ID;
private readonly invoker = Xim.getSdk();
protected parseMesage(data: ChatItem) {
......
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