|
@@ -156,7 +156,7 @@ export default class SystemTab extends Vue {
|
|
|
filters: `classCode='${this.systemType}'`,
|
|
|
pageNumber: this.paginationList.page,
|
|
|
pageSize: this.paginationList.size,
|
|
|
- orders: "createTime asc, id asc",
|
|
|
+ orders: "createTime desc, id asc",
|
|
|
projectId: this.projectId,
|
|
|
};
|
|
|
if (this.keyWord != "") {
|
|
@@ -212,7 +212,7 @@ export default class SystemTab extends Vue {
|
|
|
filters: `classCode='${this.systemType}'`,
|
|
|
pageNumber: this.paginationList.page,
|
|
|
pageSize: this.paginationList.size,
|
|
|
- orders: "createTime asc, id asc",
|
|
|
+ orders: "createTime desc, id asc",
|
|
|
projectId: this.projectId,
|
|
|
};
|
|
|
if (this.keyWord != "") {
|