From 58fcca64fbbc5d12e907fb0e09a9445413c7c6eb Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 15 Jun 2023 10:02:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=AD=98=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pidu/AppConversation/AppConversation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : ''