wlzboy
2025-11-05 2576c71ce6a7d0465fcbc5ebc7507da9472c41a3
app/api/system/dept.js
@@ -17,11 +17,8 @@
 */
export function listBranchCompany() {
  return request({
    url: '/system/dept/list',
    method: 'get',
    params: {
      parentId: 100
    }
    url: '/system/dept/branch/by-oa',
    method: 'get'
  })
}