Compare commits
No commits in common. "45c0e5030b2193c7b584de823cd720f27c786085" and "b530f684468eb3127c91853237520c26dcc5a028" have entirely different histories.
45c0e5030b
...
b530f68446
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue