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