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