wip
This commit is contained in:
parent
9d35dee8de
commit
ebfa9471d2
|
|
@ -138,7 +138,7 @@
|
||||||
|
|
||||||
this.$refs[form].validate((valid) => {
|
this.$refs[form].validate((valid) => {
|
||||||
if (!valid) {
|
if (!valid) {
|
||||||
this.$message.error('{{ __('common.error_form')) }}');
|
this.$message.error('{{ __('common.error_form') }}');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue