WANG 6 anni fa
parent
commit
79df41f916
1 ha cambiato i file con 5 aggiunte e 15 eliminazioni
  1. 5 15
      src/modules/examwork/view/examInfo.vue

+ 5 - 15
src/modules/examwork/view/examInfo.vue

@@ -348,29 +348,19 @@ export default {
       this.$router.push({ path: "/examwork/examOrgSettings/" + row.id });
     },
     toTradition() {
-      this.$router.push({
-        path: "/examwork/traditionExam/add"
-      });
+      this.$router.push({ path: "/examwork/traditionExam/add" });
     },
     toOnline() {
-      this.$router.push({
-        path: "/examwork/onlineExam/add"
-      });
+      this.$router.push({ path: "/examwork/onlineExam/add" });
     },
     toPractice() {
-      this.$router.push({
-        path: "/examwork/practiceExam/add"
-      });
+      this.$router.push({ path: "/examwork/practiceExam/add" });
     },
     toOffline() {
-      this.$router.push({
-        path: "/examwork/offlineExam/add"
-      });
+      this.$router.push({ path: "/examwork/offlineExam/add" });
     },
     toPrint() {
-      this.$router.push({
-        path: "/examwork/printExam/add"
-      });
+      this.$router.push({ path: "/examwork/printExam/add" });
     },
     getExamType(examType) {
       for (let tempExamType of this.examTypeList) {