wangting
2023-06-28 f1550a1f24ff7ad862953f7ca078e6619e7b570b
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,
    }
  })
}