From 22dff7bf3dd78e9259b9325cf07ea91c9b954371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 12 Jan 2024 14:51:35 +0800 Subject: [PATCH] fix 80042 --- .../modules/SelectStandardListDrawer.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue index aca30de8..28562142 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue @@ -156,6 +156,8 @@ export default { ...this.filters, pageNo: this.ipagination.current, pageSize: this.ipagination.pageSize, + column: 'createTime', + order: 'desc' } // 清空在可选范围内进行查询 if (!query.source && this.canSelectedSource.length < 3) {