src/api/platform/calculate-report.js
@@ -18,9 +18,9 @@ } // 通过id获取核算报告 export const getCalculateReportById = (contractId,whichYear) => { export const getCalculateReportById = (contractId,whichYear,whichMoth) => { return axios({ url: "/calculate-report/" + contractId+"/"+whichYear, url: "/calculate-report/" + contractId+"/"+whichYear+"/"+whichMoth, method: "GET" }) }