gongchunyi
7 小时以前 0f30fb5488c0d642e13418ac15f38efda17e08de
src/api/inventoryManagement/stockInventory.js
@@ -2,7 +2,7 @@
// 分页查询库存记录列表
export const getStockInventoryListPage = (params) => {
    return request({
        url: "/stockInventory/pagestockInventory",
        url: "/stockInventory/pageListCombinedStockInventory",
        method: "get",
        params,
    });