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

@@ -37,6 +37,17 @@ const API = {
params: { id }
});
},
// 获取商品分类
getPrinterType(params: any) {
return request<any>({
url: `/product/admin/prod/category/page`,
method: "get",
params: {
page: 1, size: 20
}
});
},
}
export default API;
export interface getListRequest {