@@ -18,7 +18,7 @@ export function getReport(id) {
}
// 按日期查询每日生产报告详细
-export function getReport(reportDate) {
+export function getReportByreportDate(reportDate) {
return request({
url: '/production/report/getInfoByReportDate/' + reportDate,
method: 'get'