Administrator
2021-09-10 ae425fbcb4a275e0a4185ee799e8e1e6acd61678
src/api/register/honor.js
@@ -22,7 +22,7 @@
}
export const getLisperformance = (current, size, params, cardid) => {
export const getLisperformance = (current, size, params, securityid) => {
    return request({
        url: '/api/performance/page',
        method: 'get',
@@ -30,7 +30,7 @@
            ...params,
            current,
            size,
            cardid
            securityid
        }
    })
}