Compare commits
2 Commits
b530f68446
...
45c0e5030b
| Author | SHA1 | Date |
|---|---|---|
|
|
45c0e5030b | |
|
|
36e23b8135 |
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue