会话调整

This commit is contained in:
fan 2020-10-13 18:13:10 +08:00
parent d1aa2b8f39
commit 42f706d39d

View File

@ -435,7 +435,7 @@ export default {
type: 'role',
children: depotDispatcherList
}, {
label: '上级部门',
label: '上级部门',
id: 'parentDepartment',
type: 'role',
children: parentDepartmentList
@ -920,9 +920,10 @@ export default {
this.commonConversation = false;
this.conversitionMemberList = this.privateMemberList;
this.messageList = [...this.privateMessageList];
// this.$nextTick(() => {
// this.$refs.tree && this.$refs.tree.filter(this.queryMember);
// });
this.$nextTick(() => {
// this.$refs.tree && this.$refs.tree.filter(this.queryMember);
this.filterNode();
});
},
clearAllData() {
this.recordSending = false;