|
@@ -198,7 +198,7 @@
|
|
|
</span>
|
|
|
</small>
|
|
|
<small class="marktitle titlefont marksign">
|
|
|
- <el-button type="success" @click="backIndex" size="small">
|
|
|
+ <el-button type="success" @click="backIndex" size="small" icon="el-icon-arrow-left">
|
|
|
<!-- <v-icon name="sign-out-alt" scale="0.5"/> -->
|
|
|
<span class="titlefont">返回</span>
|
|
|
</el-button>
|
|
@@ -492,8 +492,9 @@ export default {
|
|
|
if (!response.data) {
|
|
|
self.$notify({
|
|
|
message: "该任务下试卷已评完,如有剩余任务将自动切换任务",
|
|
|
- type: "info"
|
|
|
+ type: "warning"
|
|
|
});
|
|
|
+ this.resultItems.splice(0, this.resultItems.length);
|
|
|
self.studentPaper = { id: "" };
|
|
|
self.paperMark = false;
|
|
|
return false;
|