|
@@ -52,7 +52,7 @@
|
|
|
required
|
|
|
:disabled="working"
|
|
|
tabindex="2"
|
|
|
- @finish="focusSubmit"
|
|
|
+ @finish="verify"
|
|
|
/>
|
|
|
</v-col>
|
|
|
</v-row>
|
|
@@ -112,11 +112,6 @@ export default {
|
|
|
this.errors.splice(0, this.errors.length);
|
|
|
this.errors.push(...digestError(ex, this));
|
|
|
},
|
|
|
- focusSubmit() {
|
|
|
- setTimeout(() => {
|
|
|
- this.$refs.submit.$el.focus();
|
|
|
- });
|
|
|
- },
|
|
|
async verify() {
|
|
|
if (!this.$refs.form.validate()) {
|
|
|
return;
|