Kaynağa Gözat

王子文 生产管理

wangggziwen 3 yıl önce
ebeveyn
işleme
a4942309e1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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'