Explorar el Código

Merge branch '07/06musicArchives' into test

mo hace 3 años
padre
commit
132852007b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/main/cloudDate/organDateDetail.vue

+ 1 - 1
src/views/main/cloudDate/organDateDetail.vue

@@ -206,7 +206,7 @@ export default {
     gotoDetail(row) {
       this.$router.push({
         name: "studentList",
-        params: { teacherId: row.teacherId, organId: this.searchForm.organId },
+        params: { teacherId: row.teacherId},
       });
       // this.studentVisible = true;
     },