用户信息

This commit is contained in:
shijingjing
2023-02-16 08:54:41 +08:00
parent 77c65c4e80
commit de4f337f93
2 changed files with 14 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ export default {
this.$refs.OnlineClass.getList();
} else {
this.$refs.GeneralLawExam.getList();
this.$refs.GeneralLawExam.getUserInfo()
}
},
components: {
@@ -46,6 +47,7 @@ export default {
this.$refs.OnlineClass.getList();
} else if(v == 1) {
this.$refs.GeneralLawExam.getList();
this.$refs.GeneralLawExam.getUserInfo()
}
}
}