组织机构树选择组件使用说明

This commit is contained in:
qinjie 2021-08-28 10:57:09 +08:00
parent 64631ef5d0
commit dd58d093f3
1 changed files with 2 additions and 1 deletions

View File

@ -34,9 +34,10 @@
// 1. import orgTree from '@/components/OrgTree/Index' // 1. import orgTree from '@/components/OrgTree/Index'
// 2. components: { orgTree }, // 2. components: { orgTree },
// 3. // 3.
// <org-tree defaultOrganizationId="000100020001" @getSelectTreeKey="getSelectTreeKey"></org-tree> // <org-tree defaultOrganizationId="000100020001" startOrganizationId="00010002" @getSelectTreeKey="getSelectTreeKey"></org-tree>
// //
// :defaultOrganizationId IDID // :defaultOrganizationId IDID
// :startOrganizationId []
// @getSelectTreeKey ID // @getSelectTreeKey ID
// //
// //