|
@@ -280,13 +280,14 @@ export default {
|
|
setLineLoading: false,
|
|
setLineLoading: false,
|
|
};
|
|
};
|
|
},
|
|
},
|
|
|
|
+ computed: {
|
|
|
|
+ ...mapState({ user: (state) => state.user }),
|
|
|
|
+ },
|
|
created() {
|
|
created() {
|
|
this.getExams();
|
|
this.getExams();
|
|
this.getOrgList();
|
|
this.getOrgList();
|
|
},
|
|
},
|
|
- computed: {
|
|
|
|
- ...mapState({ user: (state) => state.user }),
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
methods: {
|
|
methods: {
|
|
paramsMiss() {
|
|
paramsMiss() {
|
|
return !this.searchParams.examId || !this.searchParams.courseId;
|
|
return !this.searchParams.examId || !this.searchParams.courseId;
|