Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix: 只弹出一个报错窗口
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jun 19, 2018
1 parent 509c388 commit 5eb265b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/message/messageList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default {
},
methods: {
add(msg) {
this.closeAll();
const name = msg.name || getUuid();
let newMsg = Object.assign(
{
Expand Down

0 comments on commit 5eb265b

Please sign in to comment.