普法考试

This commit is contained in:
liuye
2023-05-26 09:07:59 +08:00
parent c4330f00ac
commit 7002c8014e
2 changed files with 2 additions and 3 deletions

View File

@@ -58,9 +58,9 @@ export default {
currIndex: {
handler(v) {
if(v == 0) {
this.$refs.OnlineClass.getList();
this.$refs.OnlineClass.getListInit();
} else if(v == 1) {
this.$refs.GeneralLawExam.getList();
this.$refs.GeneralLawExam.getListInit();
this.$refs.GeneralLawExam.getUserInfo()
}
}