Commit c103a2a08d0362960c8020ad07b6da8cc7cae551

Authored by lwio
1 parent 12169ffb

fix #1534

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/form/form-item.vue
... ... @@ -177,6 +177,7 @@
177 177  
178 178 callback(this.validateMessage);
179 179 });
  180 + this.validateDisabled = false;
180 181 },
181 182 resetField () {
182 183 this.validateState = '';
... ...