From 36e23b813565f9657160e7c9f7fef91048f8bedc Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 10 Jul 2026 17:53:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=88=97=E8=A1=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=BB=98=E8=AE=A4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/notice/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue index 71072b45..75506828 100644 --- a/src/views/system/notice/index.vue +++ b/src/views/system/notice/index.vue @@ -154,8 +154,8 @@ import NoticeForm from './components/from' import Pagination from '@/components/Pagination' const searchDataDefault = () => { return { - Asc: true, - SortField: '', + Asc: false, + SortField: 'PublishedTime', NoticeContent: null, FileName: null, NoticeTypeEnum: null,