other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c103a2a08d0362960c8020ad07b6da8cc7cae551
Authored by
lwio
2017-08-11 13:16:12 +0800
1 parent
12169ffb
fix #1534
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/components/form/form-item.vue
Inline
Side-by-side
src/components/form/form-item.vue
Wrap text
Show/Hide comments
View file @
c103a2a
...
...
@@ -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 = '';
...
...