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