Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
gzydong committed Apr 7, 2021
1 parent d154258 commit 437b81f
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 80 deletions.
160 changes: 81 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/chat/panel/TalkPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ export default {
ServeRemoveRecords({
source: item.source,
receive_id: receive_id,
record_id: item.id,
record_id: item.id.toString(),
}).then((res) => {
if (res.code == 200) {
this.$store.commit("DELETE_DIALOGUE", index);
Expand Down

0 comments on commit 437b81f

Please sign in to comment.