解决vxe-table菜单管理修改数据后折叠的问题
This commit is contained in:
parent
c5869e3233
commit
d7d4c67156
@ -50,7 +50,13 @@
|
|||||||
ref="listRef"
|
ref="listRef"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:column-config="{ resizable: true }"
|
:column-config="{ resizable: true }"
|
||||||
:tree-config="{}"
|
:tree-config="{
|
||||||
|
parentField: 'parentId',
|
||||||
|
reserve: true
|
||||||
|
}"
|
||||||
|
:row-config="{
|
||||||
|
keyField: 'menuId'
|
||||||
|
}"
|
||||||
:scroll-y="{ enabled: true, gt: 20 }"
|
:scroll-y="{ enabled: true, gt: 20 }"
|
||||||
:data="menuList">
|
:data="menuList">
|
||||||
<vxe-column field="menuName" :title="$t('m.menuName')" tree-node width="160"> </vxe-column>
|
<vxe-column field="menuName" :title="$t('m.menuName')" tree-node width="160"> </vxe-column>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user