@@ -170,7 +170,7 @@ const getList = async () => {
const params = {
current: pageable.pageNum,
pageSize: pageable.pageSize,
- order: "group asc, key asc",
+ order: "id asc",
...searchForm.value
};
try {