liuyg
2021-07-22 01fc5ec38120750591cce032b20fdf072f69f77c
src/api/register/honor.js
@@ -59,15 +59,15 @@
        }
    })
}
export const getLisperdispatch = (current, size, params, userId) => {
export const getLisperdispatch = (current, size, params, userIds) => {
    return request({
        url: '/api/examScore/page',
        url: '/api/dispatcher/page',
        method: 'get',
        params: {
            ...params,
            current,
            size,
            userId
            userIds
        }
    })
}