|
|
@ -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) |
|
|
|