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