pull/21659/head
kagari 2022-01-24 11:48:40 +08:00 committed by GitHub
parent 473ef53f93
commit 8bf08569af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@
this.validateDisabled = false;
const rules = this.getFilteredRule(trigger);
if ((!rules || rules.length === 0) && this.required === undefined) {
this.validateState = '';
this.validateMessage = '';
callback();
return true;
}