fixed Radio bug
fixed Radio bug
This commit is contained in:
parent
184dba1c8e
commit
578ca32537
6 changed files with 42 additions and 7 deletions
|
@ -219,9 +219,8 @@
|
|||
return false;
|
||||
}
|
||||
});
|
||||
// todo
|
||||
// this.$on('el.form.blur', this.onFieldBlur);
|
||||
// this.$on('el.form.change', this.onFieldChange);
|
||||
this.$on('on-form-blur', this.onFieldBlur);
|
||||
this.$on('on-form-change', this.onFieldChange);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue