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