zxl
2025-09-19 f40c4519fd3922ca8c9b3e08f6e8632954e6017d
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"
    })
}