优化展示
This commit is contained in:
@@ -81,6 +81,7 @@ export default {
|
||||
const params = {
|
||||
page: pagination.value.page,
|
||||
page_size: pagination.value.page_size,
|
||||
order_by: 'id ASC', // 添加按 ID 升序排序
|
||||
};
|
||||
|
||||
if (searchKeyword.value) {
|
||||
|
||||
Reference in New Issue
Block a user