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