Merge pull request #1591 from lwyj123/1534

fix #1534
This commit is contained in:
Aresn 2017-08-11 14:25:10 +08:00 committed by GitHub
commit 2ffa16c444
2 changed files with 1 additions and 1 deletions

View file

@ -55,7 +55,6 @@ export default {
visible(val) {
if (val) {
this.updatePopper();
this.$emit('on-popper-show');
} else {
this.destroyPopper();
this.$emit('on-popper-hide');

View file

@ -177,6 +177,7 @@
callback(this.validateMessage);
});
this.validateDisabled = false;
},
resetField () {
this.validateState = '';