diff --git a/src/project/pidu/AppConversation/AppConversation.vue b/src/project/pidu/AppConversation/AppConversation.vue index 0d2f7da6..08a573a3 100644 --- a/src/project/pidu/AppConversation/AppConversation.vue +++ b/src/project/pidu/AppConversation/AppConversation.vue @@ -127,7 +127,7 @@ export default { current: this.current, size: 10, type: this.currentTabs == 1 ? 0 : 1, - areaId: this.areaId, + // areaId: this.areaId, toUserName: this.currentTabs == 1 ? this.keyword : '', roomName: this.currentTabs == 1 ? '' : this.keyword, departmentId: this.deptUserList.length ? this.deptUserList[0].id : ''