Explorar el Código

王子文 生产管理

wangggziwen hace 3 años
padre
commit
a4942309e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ui/src/api/production/report.js

+ 1 - 1
ui/src/api/production/report.js

@@ -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'