mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
perf: 优化会话搜索
This commit is contained in:
parent
c8375b846a
commit
3c400af559
@ -815,6 +815,7 @@ export default {
|
||||
},
|
||||
|
||||
onClickEditor() {
|
||||
this.$store.state.messengerSearchKey = {dialog: '', contacts: ''}
|
||||
this.updateEmojiQuick(this.value)
|
||||
},
|
||||
|
||||
|
||||
@ -453,8 +453,10 @@ export default {
|
||||
|
||||
messengerSearchKey: {
|
||||
handler(obj) {
|
||||
this.$nextTick(_ => {
|
||||
this.dialogSearchKey = obj.dialog
|
||||
this.contactsKey = obj.contacts
|
||||
})
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user