zxl
2 天以前 8ac5cd64caa0a0809419d137d2582d5759e8eeca
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"
    })
}