通知列表添加默认排序
parent
70cc0027cd
commit
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