优化商品列表

This commit is contained in:
gyq
2024-10-08 15:25:33 +08:00
parent df3546c378
commit 477906d4c5
2 changed files with 60 additions and 5 deletions

View File

@@ -770,3 +770,12 @@ export function tbProductStockDetailStock(data) {
data
});
}
// 商品库存记录列表
export function stockWarnLine(data) {
return request({
url: `/api/stock/warnLine`,
method: "PUT",
data
});
}