CSR-319: remove commented out method
This commit is contained in:
parent
228811af93
commit
0f1f9398ec
1 changed files with 0 additions and 6 deletions
|
|
@ -159,12 +159,6 @@ export default {
|
||||||
this.$route
|
this.$route
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
// onSubmit(values) {
|
|
||||||
// // window.alert('Success! Submitted values: ' + JSON.stringify(values, null ,2))
|
|
||||||
// // TODO - ADD IN SAVING OF DATA
|
|
||||||
// // TODO - ADD IN ADVANCING TO NEXT PAGE
|
|
||||||
// console.log('submitted: ', JSON.stringify(values, null, 2));
|
|
||||||
// },
|
|
||||||
onInvalidSubmit({ values, errors, results }) {
|
onInvalidSubmit({ values, errors, results }) {
|
||||||
// identify the first error field and put focus on it
|
// identify the first error field and put focus on it
|
||||||
// get error names array
|
// get error names array
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue