Skip to content

Commit

Permalink
修复树形下拉不能默认选中(I64ESN)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Dec 7, 2022
1 parent 5237cd2 commit b87927b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/views/system/dept/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
value-key="deptId"
placeholder="选择上级部门"
check-strictly
:render-after-expand="false"
/>
</el-form-item>
</el-col>
Expand Down
1 change: 1 addition & 0 deletions src/views/system/menu/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
value-key="menuId"
placeholder="选择上级菜单"
check-strictly
:render-after-expand="false"
/>
</el-form-item>
</el-col>
Expand Down
1 change: 1 addition & 0 deletions src/views/system/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
value-key="id"
placeholder="请选择归属部门"
check-strictly
:render-after-expand="false"
/>
</el-form-item>
</el-col>
Expand Down

0 comments on commit b87927b

Please sign in to comment.