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);
|
let rules = this.getFilteredRule(trigger);
|
||||||
if (!rules || rules.length === 0) {
|
if (!rules || rules.length === 0) {
|
||||||
if (!this.required) {
|
if (!this.required) {
|
||||||
|
this.validateState = '';
|
||||||
callback();
|
callback();
|
||||||
return true;
|
return true;
|
||||||
}else {
|
}else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue