修改默认排序

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({ const queryParams = reactive({
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
sort: undefined, sort: 'id',
sortType: undefined, sortType: 'desc',
userId: undefined, userId: undefined,
thirdUniqueAcount: undefined, thirdUniqueAcount: undefined,
accountType: undefined, accountType: undefined,