Commit e53f937b by 蒋勇

d

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