lxp
2025-03-14 9c91c96c4c1dca21670abfa7a0c879a734a888de
src/api/business/reportPreparation.js
@@ -51,7 +51,7 @@
export function getUserList(params) {
    return resquest({
        url: '/approveConfig/getUserList',
        url: '/performanceShift/getUserList',
        method: 'get',
        params: params
    })
@@ -97,14 +97,6 @@
    })
}
export function downReport(params) {
    return resquest({
        url: '/insReport/downReport',
        method: 'get',
        params: params
    })
}
export function upReportUrl(data) {
    return resquest({
        url: '/insReport/upReportUrl',
@@ -117,7 +109,7 @@
    return resquest({
        url: '/insReport/examineReport',
        method: 'post',
        data: data
        params: data
    })
}
@@ -125,7 +117,7 @@
    return resquest({
        url: '/insReport/ratifyReport',
        method: 'post',
        data: data
        params: data
    })
}
@@ -163,3 +155,13 @@
        params: params
    })
}
    export function downReport(params) {
        return resquest({
            url: '/insReport/downReport',
            method: 'get',
            params: params,
            responseType: 'blob'
        })
    }