From 9030e716614001be695f3f17fb1457beb462c458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Mon, 15 Jan 2024 15:10:27 +0800 Subject: [PATCH] fix 80819 --- .../modules/NoMatchItemSelectDrawer.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) => {