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