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