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

update

parent 02475ce6
......@@ -574,6 +574,9 @@
goToTeacherDetail(row){
// this.$router.push('/teacher/'+ 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
}
......
......@@ -293,7 +293,7 @@
// import Dialog from "../class/dialog";
let teacherTypeSource = {}
export default {
name: "growth",
name: "userservice",
data(){
let nowDate = this.formatTime(new Date());
return {
......@@ -573,6 +573,9 @@
goToTeacherDetail(row){
// this.$router.push('/teacher/'+ 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
}
......
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