Commit 530971fc by Sixong.Zhu

u

parent 59cbb6ce
Showing with 4 additions and 3 deletions
...@@ -487,13 +487,13 @@ export default { ...@@ -487,13 +487,13 @@ export default {
items items
); );
} }
dispatch(
ChatStore.ACTION_REBUILD_UNREAD_MESSAGE_COUNT
).finally(resolve);
commit( commit(
ChatStore.MUTATION_SAVE_CHAT_LIST, ChatStore.MUTATION_SAVE_CHAT_LIST,
cache cache
); );
dispatch(
ChatStore.ACTION_REBUILD_UNREAD_MESSAGE_COUNT
).finally(resolve);
}) })
.catch(reject); .catch(reject);
}); });
......
...@@ -55,6 +55,7 @@ export interface Chat { ...@@ -55,6 +55,7 @@ export interface Chat {
biz_type_code: string; biz_type_code: string;
business_data?: string; business_data?: string;
detail_name?: string; detail_name?: string;
keyword?: string;
} }
export interface Message { export interface Message {
......
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