Browse Source

设置只能选中最后一级

origin/sync_user
Jackwang 4 years ago
parent
commit
61404280f3
  1. 4
      src/views/modules/custom/tripreport-add-or-update.vue

4
src/views/modules/custom/tripreport-add-or-update.vue

@ -128,7 +128,7 @@ export default {
comeProps: {
value: 'value',
label: 'label',
checkStrictly: true,
// checkStrictly: true,
lazy: true, // true
lazyLoad: (node, resolve) => {
if (node.data.value) this.getChildProject(node.data, resolve)
@ -137,7 +137,7 @@ export default {
nowProps: {
value: 'value',
label: 'label',
checkStrictly: true,
// checkStrictly: true,
lazy: true, // true
lazyLoad: (node, resolve) => {
if (node.data.value) this.getChildProject(node.data, resolve)

Loading…
Cancel
Save