@@ -44,7 +44,7 @@ export default {
methods: {
...login(['create']),
async onSubmit() {
- this.form.type = '2';
+ this.form.type = '1';
let data = this.form;
console.log(data);
const result = await this.create(data);