fix: 上级部门/菜单不回显问题修复

Former-commit-id: a85950480070a4a748665335f40da5969d04600b
This commit is contained in:
horizon
2022-09-05 08:06:24 +08:00
parent e73d6759ed
commit 136be563d8
2 changed files with 2 additions and 0 deletions

View File

@@ -319,6 +319,7 @@ onMounted(() => {
:data="deptOptions"
filterable
check-strictly
:render-after-expand="false"
/>
</el-form-item>
<el-form-item label="部门名称" prop="name">

View File

@@ -111,6 +111,7 @@
:data="menuOptions"
filterable
check-strictly
:render-after-expand="false"
/>
</el-form-item>