Commit ec4feac5 authored by 赵茹林's avatar 赵茹林

update

parent 02475ce6
...@@ -574,6 +574,9 @@ ...@@ -574,6 +574,9 @@
goToTeacherDetail(row){ goToTeacherDetail(row){
// this.$router.push('/teacher/'+ row.id); // this.$router.push('/teacher/'+ row.id);
this.dialogDetail.id = row.id; this.dialogDetail.id = row.id;
this.dialogDetail.alias = row.alias;
this.dialogDetail.name = row.name;
this.dialogDetail.adviser = row.adviser;
this.dialogDetail.show = true this.dialogDetail.show = true
} }
......
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
// import Dialog from "../class/dialog"; // import Dialog from "../class/dialog";
let teacherTypeSource = {} let teacherTypeSource = {}
export default { export default {
name: "growth", name: "userservice",
data(){ data(){
let nowDate = this.formatTime(new Date()); let nowDate = this.formatTime(new Date());
return { return {
...@@ -573,6 +573,9 @@ ...@@ -573,6 +573,9 @@
goToTeacherDetail(row){ goToTeacherDetail(row){
// this.$router.push('/teacher/'+ row.id); // this.$router.push('/teacher/'+ row.id);
this.dialogDetail.id = row.id; this.dialogDetail.id = row.id;
this.dialogDetail.alias = row.alias;
this.dialogDetail.name = row.name;
this.dialogDetail.adviser = row.adviser;
this.dialogDetail.show = true this.dialogDetail.show = true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment