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