mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 15:16:43 +08:00
问题件按时间排序
This commit is contained in:
@@ -163,9 +163,11 @@ export default {
|
|||||||
if (this.active === 0) {
|
if (this.active === 0) {
|
||||||
this.pendingListLoading = false
|
this.pendingListLoading = false
|
||||||
this.pendingList.push(...rs.content.list)
|
this.pendingList.push(...rs.content.list)
|
||||||
|
this.pendingList.reverse()
|
||||||
} else {
|
} else {
|
||||||
this.processedListLoading = false
|
this.processedListLoading = false
|
||||||
this.processedList.push(...rs.content.list)
|
this.processedList.push(...rs.content.list)
|
||||||
|
this.processedList.reverse()
|
||||||
}
|
}
|
||||||
if (rs.content.pageNum >= rs.content.pages && this.active === 0) {
|
if (rs.content.pageNum >= rs.content.pages && this.active === 0) {
|
||||||
this.pendingListFinished = true
|
this.pendingListFinished = true
|
||||||
|
|||||||
Reference in New Issue
Block a user