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 {