lkk
2024-12-05 2d44c32e5781a315d97752d7a4a43e2492635ae8
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}