注释通用搜索组件里的组织机构树

This commit is contained in:
qinjie 2021-11-22 20:29:19 +08:00
parent ce69b05ee5
commit cbfa381f85
1 changed files with 3 additions and 3 deletions

View File

@ -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>