huminmin
2 天以前 3e8cc8cbd1a6a8c2113031b72949c0cbeb8be138
src/api/inventoryManagement/stockIn.js
@@ -142,5 +142,11 @@
}
//
//查询库存图表数据
export function getStockInChartData() {
    return request({
        url: '/stockin/listReport',
        method: 'get'
    })
}