wlzboy
2025-11-05 37de2f4b0f732ca5c19582d4a340ad7c987925b5
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'
  })
}