Commit ecca9b6f by 杨铁龙

types

parent 0c1d96e2
Showing with 1 additions and 1 deletions
...@@ -797,7 +797,7 @@ export default { ...@@ -797,7 +797,7 @@ export default {
dispatch(ChatStore.ACTION_GET_CHAT_MESSAGES), dispatch(ChatStore.ACTION_GET_CHAT_MESSAGES),
]); ]);
} catch (e) { } catch (e) {
Chat.error(e); Chat.error(e as string);
} finally { } finally {
commit( commit(
ChatStore.MUTATION_SAVE_CHAT_TITLE, ChatStore.MUTATION_SAVE_CHAT_TITLE,
......
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