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 } }) }