From feea70120c40042bfc4689f83dc27a085694f72a Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 9 Jun 2023 11:09:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/pidu/app/AppSessionArchive/components/Detail.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/project/pidu/app/AppSessionArchive/components/Detail.vue b/project/pidu/app/AppSessionArchive/components/Detail.vue index 10a40376..61bafaaf 100644 --- a/project/pidu/app/AppSessionArchive/components/Detail.vue +++ b/project/pidu/app/AppSessionArchive/components/Detail.vue @@ -209,7 +209,7 @@ params: { userId: this.id, type: this.tabIndex, - size: 20, + size: 8, current: this.msgCurrent, msgType: this.msgTypeList[this.msgType].value, // msgType: 'file', @@ -229,6 +229,9 @@ }) this.msgList = res.data.records this.msgTotal = res.data.total || 0 + this.$nextTick(() => { + document.querySelector('.content-right-info').scrollTo(0, 999999999) + }) } this.isLoading = false }).catch(() => {