fix bug: #6312
This commit is contained in:
parent
f4d6f0658c
commit
fecf0b4355
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@
|
|||
let rules = this.getFilteredRule(trigger);
|
||||
if (!rules || rules.length === 0) {
|
||||
if (!this.required) {
|
||||
this.validateState = '';
|
||||
callback();
|
||||
return true;
|
||||
}else {
|
||||
|
|
Loading…
Reference in a new issue