zouyu
2026-01-21 6d0573f90b4558b28e8f727657b35d95c7a4315a
src/api/inventoryManagement/stockWarningLedger.js
@@ -3,7 +3,7 @@
// 查询库存预警台账列表
export const getStockWarningLedgerPage = (params) => {
  return request({
    url: "/stockWarningLedger/listPage",
    url: "/customStorageWarning/pageList",
    method: "get",
    params,
  });