@@ -254,7 +254,9 @@ export default {
type: "success",
message: "新增成功"
});
- this.back();
+ this.$router.push({
+ path: "/examwork/offlineExam/" + response.data.id
+ });
}
} else {
@@ -802,7 +802,9 @@ export default {
+ path: "/examwork/onlineExam/" + response.data.id
@@ -449,7 +449,9 @@ export default {
+ path: "/examwork/practiceExam/" + response.data.id
@@ -214,7 +214,9 @@ export default {
+ path: "/examwork/printExam/" + response.data.id
+ path: "/examwork/traditionExam/" + response.data.id