@@ -280,13 +280,14 @@ export default {
setLineLoading: false,
};
},
+ computed: {
+ ...mapState({ user: (state) => state.user }),
+ },
created() {
this.getExams();
this.getOrgList();
- computed: {
- ...mapState({ user: (state) => state.user }),
- },
+
methods: {
paramsMiss() {
return !this.searchParams.examId || !this.searchParams.courseId;
@@ -254,7 +254,6 @@ export default {
paperStructTypeChange() {
- alert("paperStructTypeChange");
this.form.paperStructId = "";
this.getStruct();
this.tableData1 = [];