|
@@ -337,7 +337,8 @@ export default {
|
|
|
.post("/api/ecs_ques/randompaper/save", qs.stringify(params))
|
|
|
.then(() => {
|
|
|
this.$message.success("保存成功");
|
|
|
- this.$router.back();
|
|
|
+ // this.$router.back();
|
|
|
+ this.$router.push("/questions/extract_paper_template");
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
if (
|