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