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