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