This commit is contained in:
liuye
2023-06-09 11:09:12 +08:00
parent 549d747a8c
commit feea70120c

View File

@@ -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(() => {