优化展示

This commit is contained in:
2025-11-21 18:37:18 +08:00
parent 38b3bb2e4e
commit 5d2b5f5aa0

View File

@@ -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) {