修改默认排序

This commit is contained in:
不做码农 2023-05-05 07:33:42 +08:00
parent 04ab80ac4c
commit 3db1fecbb8

View File

@ -171,8 +171,8 @@ const showSearch = ref(true)
const queryParams = reactive({
pageNum: 1,
pageSize: 10,
sort: undefined,
sortType: undefined,
sort: 'id',
sortType: 'desc',
userId: undefined,
thirdUniqueAcount: undefined,
accountType: undefined,