Explorar el Código

Merge branch 'opt_fix' into online

wolyshaw hace 4 años
padre
commit
2476a70612
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {