wlzboy
2 天以前 08f95b2f159b56fa3bd4f4b348855989de8aa456
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'
  })
}