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: { params: {
userId: this.id, userId: this.id,
type: this.tabIndex, type: this.tabIndex,
size: 20, size: 8,
current: this.msgCurrent, current: this.msgCurrent,
msgType: this.msgTypeList[this.msgType].value, msgType: this.msgTypeList[this.msgType].value,
// msgType: 'file', // msgType: 'file',
@@ -229,6 +229,9 @@
}) })
this.msgList = res.data.records this.msgList = res.data.records
this.msgTotal = res.data.total || 0 this.msgTotal = res.data.total || 0
this.$nextTick(() => {
document.querySelector('.content-right-info').scrollTo(0, 999999999)
})
} }
this.isLoading = false this.isLoading = false
}).catch(() => { }).catch(() => {