wq 5 năm trước cách đây
mục cha
commit
8003605695
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

@@ -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);