问题件按时间排序

This commit is contained in:
mengxiaolong
2020-09-22 10:36:44 +08:00
parent 5b250960c3
commit 9dde3e28f2

View File

@@ -163,9 +163,11 @@ export default {
if (this.active === 0) {
this.pendingListLoading = false
this.pendingList.push(...rs.content.list)
this.pendingList.reverse()
} else {
this.processedListLoading = false
this.processedList.push(...rs.content.list)
this.processedList.reverse()
}
if (rs.content.pageNum >= rs.content.pages && this.active === 0) {
this.pendingListFinished = true