Browse Source

fix(menu-modal): 修复treselect组件resetfields中value字段命名

pull/508/head
cKey 4 years ago
parent
commit
52749ab0cb
  1. 1
      apps/vue/src/views/identity/components/MenuModal.vue

1
apps/vue/src/views/identity/components/MenuModal.vue

@ -85,6 +85,7 @@
key: 'id',
title: 'displayName',
children: 'children',
value: 'id',
};
const optionsRef = ref<
{

Loading…
Cancel
Save