|
@@ -211,6 +211,8 @@ export default {
|
|
type: "success",
|
|
type: "success",
|
|
message: "新增成功"
|
|
message: "新增成功"
|
|
});
|
|
});
|
|
|
|
+ this.examId = response.data.id;
|
|
|
|
+ this.form.id = this.examId;
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path: "/examwork/traditionExam/" + response.data.id
|
|
path: "/examwork/traditionExam/" + response.data.id
|
|
});
|
|
});
|
|
@@ -239,4 +241,4 @@ export default {
|
|
.input >>> .el-input__inner {
|
|
.input >>> .el-input__inner {
|
|
-webkit-appearance: button;
|
|
-webkit-appearance: button;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|