Commit d2491f31 authored by zhengke's avatar zhengke

1

parent aa8daf6a
...@@ -158,7 +158,7 @@ export default { ...@@ -158,7 +158,7 @@ export default {
() => { () => {
chooseTreeNodeArray.value = []; chooseTreeNodeArray.value = [];
if (props.defaultArray && props.defaultArray.length > 0) { if (props.defaultArray && props.defaultArray.length > 0) {
props.defaultArray.forEach(item => { props.defaultArray.forEach((item:any) => {
if (item != '') { if (item != '') {
if (props.multiple) { if (props.multiple) {
chooseTreeNodeArray.value.push(item) chooseTreeNodeArray.value.push(item)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment