修复耗材显示不全问题

This commit is contained in:
2026-03-30 16:09:01 +08:00
parent 51812fb0cc
commit e5cdf0a3dc
2 changed files with 95 additions and 29 deletions

View File

@@ -72,7 +72,7 @@ const AuthAPI = {
});
},
// 耗材列表
// 耗材列表分页
productcons(params: any) {
return request<any, Responseres>({
url: `/product/admin/product/cons/page`,
@@ -80,7 +80,14 @@ const AuthAPI = {
params
});
},
// 耗材列表
productconsList(params: any) {
return request<any, Responseres>({
url: `/product/admin/product/cons/list`,
method: "get",
params
});
},
// 上下架
onOff(data: any) {
return request<any, Responseres>({