刘洋 2 năm trước cách đây
mục cha
commit
f1070100f0
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      src/modules/questions/views/AddPaperSelect.vue

+ 5 - 5
src/modules/questions/views/AddPaperSelect.vue

@@ -371,11 +371,11 @@ export default {
       }
     },
     back() {
-      if (this.$route.params?.id) {
-        this.$router.push("/questions/extract_paper_template");
-      } else {
-        this.$router.push("/questions/gen_paper/0");
-      }
+      // if (this.$route.params?.id) {
+      this.$router.push("/questions/extract_paper_template");
+      // } else {
+      //   this.$router.push("/questions/gen_paper/0");
+      // }
     },
     save() {
       this.checked = true;