|
|
@@ -270,6 +270,13 @@
|
|
|
>
|
|
|
下一个
|
|
|
</el-button>
|
|
|
+
|
|
|
+ <el-button
|
|
|
+ style="background-color:#597D3B;color:white;width:200px;margin-top:50px;"
|
|
|
+ @click="goBack"
|
|
|
+ >
|
|
|
+ 返回
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
|
|
|
<!-- 批改进度显示 -->
|
|
|
@@ -887,7 +894,10 @@ onBeforeUnmount(() => {
|
|
|
});
|
|
|
|
|
|
const goBack = () => {
|
|
|
- router.go(-1);
|
|
|
+ router.push({
|
|
|
+ name: 'myCorrectWithAssignmentId',
|
|
|
+ params: { assignmentId: props.assignmentId }
|
|
|
+ });
|
|
|
};
|
|
|
|
|
|
const ROLE = store.user.role;
|