fjl
fujunling
2023-07-13 3943c96eefcffd13a8ae7037343558699e416eb7
Source/UBCS-WEB/src/api/system/menu.js
@@ -23,13 +23,15 @@
  })
}
export const getLazyMenuList = (parentId, params) => {
export const getLazyMenuList = (parentId, params, current, size) => {
  return request({
    url: '/api/ubcs-system/menu/lazy-menu-list',
    method: 'get',
    params: {
      ...params,
      parentId
      parentId,
      current,
      size,
    }
  })
}