Explorar o código

王子文 生产管理

wangggziwen %!s(int64=3) %!d(string=hai) anos
pai
achega
a4942309e1
Modificáronse 1 ficheiros con 1 adicións e 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'