This commit is contained in:
pushuo 2022-09-01 14:20:26 +08:00
parent 9d35dee8de
commit ebfa9471d2
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
this.$refs[form].validate((valid) => {
if (!valid) {
this.$message.error('{{ __('common.error_form')) }}');
this.$message.error('{{ __('common.error_form') }}');
return;
}