lkk
2025-01-10 65b2b5c0dd571c3cd1d1cd6d4da5162f90590dd5
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}