会话
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user