Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • views
  • common
  • organizationIdTree
  • src
  • props.ts
  • commit: 设备台账联调;相关组件开发
    06e498d5
    gesilong authored
    2025-01-10 17:53:11 +0800  
    Browse Files »
props.ts 110 Bytes
Raw Blame History Permalink
1 2 3 4
export interface OrganizationTreePropsType {
  onSelect?: (selectKeys: string) => any;
  listType?: string;
}