@@ -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;
},