feat: 打印机、商品列表的问题修改
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user