wlzboy
2025-11-10 ae1e467411a786c37fb20b9bce2a7a4da64aa412
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'
  })
}