liunan #10
|
@ -104,9 +104,11 @@
|
|||
if(this.$listeners.change){
|
||||
this.$emit('change',newvalues);
|
||||
}
|
||||
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(){
|
||||
|
|
Loading…
Reference in New Issue