gaoluyang
5 天以前 ed7fc8a4e378ed8b8109055f9ef209b642837df6
src/api/inventoryManagement/stockManage.js
@@ -3,7 +3,7 @@
// 查询库存信息列表
export const getStockManagePage = (params) => {
    return request({
        url: "/stockin/listPage",
        url: "/stockin/listPageCopy",
        method: "get",
        params,
    });