From c3b7fd70726b06d9ce65bb0921206c9d818062c2 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Sat, 12 Oct 2024 10:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E7=AE=A1=E7=90=86=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=8E=92=E5=BA=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dictionary/template/email/components/EmailList.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/dictionary/template/email/components/EmailList.vue b/src/views/dictionary/template/email/components/EmailList.vue index 9c8718f3..2c2eef6c 100644 --- a/src/views/dictionary/template/email/components/EmailList.vue +++ b/src/views/dictionary/template/email/components/EmailList.vue @@ -390,6 +390,8 @@ const searchDataDefault = () => { CriterionTypeEnum: null, PageIndex: 1, PageSize: 20, + SortField: 'Code', + Asc: true, } } export default {