feat: 打印机、商品列表的问题修改

This commit is contained in:
duan
2025-03-25 15:40:11 +08:00
parent 48a4424d3f
commit 88e26bb9d4
12 changed files with 134 additions and 359 deletions

View File

@@ -15,7 +15,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
pageSize: 20,
pageSizes: [10, 20, 30, 50],
},
indexActionData: { name: "", orderBy: "name asc" },
indexActionData: { name: "", orderBy: "" },
indexAction: function (params) {
return UserAPI.getPage(params);
},