Commit e53f937b by 蒋勇

d

parent 84c3243f
......@@ -27,8 +27,8 @@ module.exports=
console.log("created....................");
},
methods:{
onselchange(prop,formModel,target){
this.$emit("onselchange",prop,formModel,this.$refs.dform.$refs[target]);
onselchange(prop,formModel,target,ctlViable){
this.$emit("onselchange",prop,formModel,this.$refs.dform.$refs[target],ctlViable);
},
validate(cbk){
this.$refs.dform.validate(function(valid){
......
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