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

This commit is contained in:
horizon 2022-09-05 08:06:24 +08:00
parent 815be0beaa
commit a859504800
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>