Przeglądaj źródła

Merge branch 'opt_fix' into online

wolyshaw 4 lat temu
rodzic
commit
2476a70612
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/resetTeaming/modals/user-pay-form.vue

+ 1 - 1
src/views/resetTeaming/modals/user-pay-form.vue

@@ -260,7 +260,7 @@ export default {
       if (val === "1") {
         this.eclass = [];
       } else if (val === "2") {
-        this.eclass = [];
+        this.eclass = [{}];
       }
     },
     async "form.musicGroupOrganizationCourseSettingId" (val) {