yaowanxin
7 天以前 376cab4afba8fd1b8be67cae067ed917462c2e16
src/api/viewIndex.js
@@ -52,4 +52,11 @@
    url: '/home/qualityProductQualifiedRate',
    method: 'get'
  })
}
// 仓库数据统计
export const inventoryStatistics = () => {
  return request({
    url: '/home/inventoryStatistics',
    method: 'get'
  })
}