This commit is contained in:
ln1778 2024-09-13 12:05:17 +08:00
parent 146a02cdd9
commit 7a08110f8b
1 changed files with 3 additions and 1 deletions

View File

@ -104,9 +104,11 @@
if(this.$listeners.change){
this.$emit('change',newvalues);
}
this.props.lazyLoad({level:index+1,pathLabels:newvalues,value},(datas)=>{
if(this.props.lazyLoad){
this.props.lazyLoad({level:index+1,pathLabels:newvalues,value},(datas)=>{
this.inputs[index+1].options=datas;
});
}
this.placeholderValue=newplaceholderValue.join("/")
},
onCancel(){