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