商品列表新增时间筛选,增加库存预警,优化耗材绑定显示
This commit is contained in:
@@ -736,11 +736,11 @@ export function queryShopUserFlow(params) {
|
||||
}
|
||||
|
||||
// 商品列表 V2
|
||||
export function tbProductListV2(params) {
|
||||
export function tbProductListV2(data) {
|
||||
return request({
|
||||
url: `/api/tbProduct/list/v2`,
|
||||
method: "get",
|
||||
params
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user