From 36768dd5ca04f0736129545e257efb592eef40a7 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 3 Aug 2023 16:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E5=BE=AE=E4=BF=A1=E7=89=88?= =?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 --- .../AppSessionArchiveWechat/AppSessionArchiveWechat.vue | 2 +- .../app/AppSessionArchiveWechat/components/Detail.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/project/pidu/app/AppSessionArchiveWechat/AppSessionArchiveWechat.vue b/project/pidu/app/AppSessionArchiveWechat/AppSessionArchiveWechat.vue index 508191f9..f0ab68c5 100644 --- a/project/pidu/app/AppSessionArchiveWechat/AppSessionArchiveWechat.vue +++ b/project/pidu/app/AppSessionArchiveWechat/AppSessionArchiveWechat.vue @@ -26,7 +26,7 @@ export default { }, data() { return { - component: "Detail", + component: "List", params: {}, include: [], }; diff --git a/project/pidu/app/AppSessionArchiveWechat/components/Detail.vue b/project/pidu/app/AppSessionArchiveWechat/components/Detail.vue index 11aa9eb6..a68a640d 100644 --- a/project/pidu/app/AppSessionArchiveWechat/components/Detail.vue +++ b/project/pidu/app/AppSessionArchiveWechat/components/Detail.vue @@ -49,7 +49,7 @@ @click="leftClick(index)" >
- +

{{ item.roomName }}

@@ -476,7 +476,7 @@ export default { { name: "文件", value: "file" }, ], searchMsg: "", - id: "LiuYe", + id: "", //YangFei }; }, computed: { @@ -511,7 +511,7 @@ export default { }, getList() { this.instance - .post(`/app/appsessionarchiveindex/list`, null, { + .post(`/app/appsessionarchiveindex/listForXbot`, null, { params: { userId: this.id, type: this.tabIndex, @@ -544,7 +544,7 @@ export default { ".content-right-info" ).scrollHeight; this.instance - .post(`/app/appsessionarchiveinfo/list`, null, { + .post(`/app/appsessionarchiveinfo/listForXbot`, null, { params: { userId: this.id, type: this.tabIndex,