mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
--fix bug
This commit is contained in:
@@ -40,11 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="select">
|
<div class="select">
|
||||||
<a-tree-select
|
<a-tree-select
|
||||||
:getPopupContainer="
|
:getPopupContainer="triggerNode => triggerNode.parentNode || document.body"
|
||||||
(triggerNode) => {
|
|
||||||
return triggerNode.parentNode || document.body;
|
|
||||||
}
|
|
||||||
"
|
|
||||||
v-model:value="categoryId"
|
v-model:value="categoryId"
|
||||||
show-search
|
show-search
|
||||||
style="width: 200px"
|
style="width: 200px"
|
||||||
@@ -54,7 +50,7 @@
|
|||||||
tree-default-expand-all
|
tree-default-expand-all
|
||||||
:fieldNames="{
|
:fieldNames="{
|
||||||
children: 'children',
|
children: 'children',
|
||||||
title: 'dictName',
|
label: 'dictName',
|
||||||
value: 'dictCode',
|
value: 'dictCode',
|
||||||
}"
|
}"
|
||||||
:tree-data="sysTypeOptions"
|
:tree-data="sysTypeOptions"
|
||||||
|
|||||||
Reference in New Issue
Block a user