update InputNumber
update InputNumber
This commit is contained in:
parent
afd3509a89
commit
4a260ed5e4
2 changed files with 12 additions and 3 deletions
|
@ -177,9 +177,9 @@
|
|||
setValue (val) {
|
||||
this.$nextTick(() => {
|
||||
this.value = val;
|
||||
this.$emit('on-change', val);
|
||||
this.$dispatch('on-form-change', val);
|
||||
});
|
||||
|
||||
this.$emit('on-change', val);
|
||||
},
|
||||
focus () {
|
||||
this.focused = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue