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