刘洋 2 gadi atpakaļ
vecāks
revīzija
d4a77fc9a9

+ 4 - 3
src/modules/oe/views/scoreStatistic.vue

@@ -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;

+ 0 - 1
src/modules/questions/views/AddPaperSelect.vue

@@ -254,7 +254,6 @@ export default {
   },
   },
   methods: {
   methods: {
     paperStructTypeChange() {
     paperStructTypeChange() {
-      alert("paperStructTypeChange");
       this.form.paperStructId = "";
       this.form.paperStructId = "";
       this.getStruct();
       this.getStruct();
       this.tableData1 = [];
       this.tableData1 = [];