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,