zxl
2025-12-02 7623c217ad57ad1140fbf3b534fdc420ec6e4c08
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"
    })
}