diff --git a/src/views/workCenter/noMatchTrackingProcess/modules/NoMatchItemSelectDrawer.vue b/src/views/workCenter/noMatchTrackingProcess/modules/NoMatchItemSelectDrawer.vue index 391cec74..a70ede52 100644 --- a/src/views/workCenter/noMatchTrackingProcess/modules/NoMatchItemSelectDrawer.vue +++ b/src/views/workCenter/noMatchTrackingProcess/modules/NoMatchItemSelectDrawer.vue @@ -150,7 +150,9 @@ export default { ...this.filters, pageNo: arg ? 1 : this.ipagination.current, pageSize: this.ipagination.pageSize, - excludeStandardNumbers: this.excludeStandardNumbers + excludeStandardNumbers: this.excludeStandardNumbers, + column: 'createTime', + order: 'desc' } this.loading = true queryNoMatchItemByCondition(query).then((res) => {