From 077fc80264a1852acc75562eab53abe9b9b0b8c1 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 8 Jun 2023 17:01:11 +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 --- .../app/AppSessionArchive/components/Detail.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/project/pidu/app/AppSessionArchive/components/Detail.vue b/project/pidu/app/AppSessionArchive/components/Detail.vue index f477f6a2..0a58e2e8 100644 --- a/project/pidu/app/AppSessionArchive/components/Detail.vue +++ b/project/pidu/app/AppSessionArchive/components/Detail.vue @@ -55,11 +55,11 @@
-
+

{{item.createTime}}

- - + +
@@ -83,8 +83,8 @@
{{item.userName}}{{item.msgSendTime.substring(0, 16)}}撤回了一条消息
- - + +
@@ -182,10 +182,10 @@ this.getMsgList() }, getMsgList() { - this.instance.post(`/app/appsessionarchiveinfo/listByUser`, null, { + this.instance.post(`/app/appsessionarchiveinfo/list`, null, { params: { userId: this.id, - // type: this.tabIndex, + type: this.tabIndex, size: 20, current: this.msgCurrent, msgType: this.msgTypeList[this.msgType].value,