Explorar o código

Merge branch '07/06musicArchives' into test

mo %!s(int64=3) %!d(string=hai) anos
pai
achega
132852007b
Modificáronse 1 ficheiros con 1 adicións e 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;
     },