This commit is contained in:
xinxin.li 2019-12-23 15:57:44 +08:00
parent f4d6f0658c
commit fecf0b4355

View file

@ -182,6 +182,7 @@
let rules = this.getFilteredRule(trigger);
if (!rules || rules.length === 0) {
if (!this.required) {
this.validateState = '';
callback();
return true;
}else {