zhongrj
2024-03-27 cc1c0a396698648256c350f6f0fe2cb2f0b02c7e
src/api/register/honor.js
@@ -2,7 +2,7 @@
export const getListhonor = (current, size, params, cardid) => {
    return request({
        url: '/api//honor/list',
        url: '/api/honor/list',
        method: 'get',
        params: {
            ...params,
@@ -15,14 +15,14 @@
export const addhonor = (row) => {
    return request({
        url: '/api//honor/save',
        url: '/api/honor/save',
        method: 'post',
        data: row
    })
}
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
        }
    })
}
@@ -47,7 +47,7 @@
        }
    })
}
export const getLispertrain = (current, size, params, idCardNo) => {
export const getLispertrain = (current, size, params, userId) => {
    return request({
        url: '/api/trainingRegistration/page',
        method: 'get',
@@ -55,7 +55,7 @@
            ...params,
            current,
            size,
            idCardNo
            userId
        }
    })
}
@@ -74,7 +74,7 @@
export const getER = (securityNumber) => {
    return request({
        url: '/api//qrCode/getQrCodeBase64',
        url: '/api/qrCode/getQrCodeBase64',
        method: 'get',
        params: {
            securityNumber