From 87b606dc0e4c79bfe7f01eeb2bcd3888ed332a77 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 8 Jun 2023 09:54:53 +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 --- .../pidu/AppConversation/AppConversation.vue | 6 +- .../AppConversation/conversationDetail.vue | 56 +------------------ 2 files changed, 5 insertions(+), 57 deletions(-) diff --git a/src/project/pidu/AppConversation/AppConversation.vue b/src/project/pidu/AppConversation/AppConversation.vue index 07abbf27..7ce0b905 100644 --- a/src/project/pidu/AppConversation/AppConversation.vue +++ b/src/project/pidu/AppConversation/AppConversation.vue @@ -20,7 +20,7 @@
- + {{deptUserList[0].name}} 部门名称 @@ -77,7 +77,7 @@ export default { onLoad() { this.areaId = this.user.areaId this.areaName = this.user.areaName - this.deptUserList = [{id: this.user.departId, name: this.user.departName}] + // this.deptUserList = [{id: this.user.departId, name: this.user.departName}] this.getList() }, onShow() { @@ -113,7 +113,7 @@ export default { areaId: this.areaId, toUserName: this.currentTabs == 1 ? this.keyword : '', roomName: this.currentTabs == 1 ? '' : this.keyword, - departmentId: this.deptUserList[0].id + departmentId: this.deptUserList.length ? this.deptUserList[0].id : '' } }).then(res=> { if(res?.data) { diff --git a/src/project/pidu/AppConversation/conversationDetail.vue b/src/project/pidu/AppConversation/conversationDetail.vue index db6e1c61..b254df02 100644 --- a/src/project/pidu/AppConversation/conversationDetail.vue +++ b/src/project/pidu/AppConversation/conversationDetail.vue @@ -50,7 +50,6 @@