商品列表新增时间筛选,增加库存预警,优化耗材绑定显示

This commit is contained in:
gyq
2024-10-08 16:37:39 +08:00
parent 976aecb7bf
commit 44c2f6c3dd
2 changed files with 34 additions and 12 deletions

View File

@@ -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
});
}