Compare commits

..

No commits in common. "45c0e5030b2193c7b584de823cd720f27c786085" and "b530f684468eb3127c91853237520c26dcc5a028" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@ import NoticeForm from './components/from'
import Pagination from '@/components/Pagination'
const searchDataDefault = () => {
return {
Asc: false,
SortField: 'PublishedTime',
Asc: true,
SortField: '',
NoticeContent: null,
FileName: null,
NoticeTypeEnum: null,