Skip to content

Commit

Permalink
🐛 Fixing a bug. https://gitee.com/log4j/pig/issues/I1HE31 avue 2.5.2 …
Browse files Browse the repository at this point in the history
…avue-input-tree 部门不显示问题
  • Loading branch information
lltx committed May 16, 2020
1 parent a80421c commit 0d69c63
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/views/admin/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,11 @@
</template>
<template slot="deptIdForm"
slot-scope="scope">
<avue-input v-model="form.deptId"
type="tree"
<avue-input-tree v-model="form.deptId"
placeholder="请选择所属部门"
:node-click="getNodeData"
:dic="treeDeptData"
:props="defaultProps"></avue-input>
:props="defaultProps"></avue-input-tree>
</template>
<template slot="roleForm"
slot-scope="scope">
Expand Down

0 comments on commit 0d69c63

Please sign in to comment.