注释通用搜索组件里的组织机构树
This commit is contained in:
parent
ce69b05ee5
commit
cbfa381f85
|
@ -27,9 +27,9 @@
|
|||
</a-col>
|
||||
|
||||
<!-- orgTree -->
|
||||
<a-col :span="24" :style="{marginTop: '-8px', marginBottom: '8px'}">
|
||||
<org-tree v-show="orgTree.ifshow" :startOrganizationId="orgTree.startOrganizationId" @getSelectTreeKey="key => form[orgTree.formKey] = key"></org-tree>
|
||||
</a-col>
|
||||
<!-- <a-col :span="24" :style="{marginTop: '-8px', marginBottom: '8px'}" v-show="orgTree.ifshow">
|
||||
<org-tree :startOrganizationId="orgTree.startOrganizationId" @getSelectTreeKey="key => form[orgTree.formKey] = key"></org-tree>
|
||||
</a-col> -->
|
||||
|
||||
</a-row>
|
||||
</a-form>
|
||||
|
|
Loading…
Reference in New Issue