nikang 6 years ago
parent
commit
8939ab519c

+ 3 - 2
src/modules/marking/views/Marking.vue

@@ -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;

+ 1 - 2
src/modules/marking/views/TpScoreBoard.vue

@@ -349,8 +349,7 @@ export default {
       this.$message({
         showClose: true,
         message: "当前选择题目为" + title,
-        type: "info",
-        duration: 1000
+        type: "warning"
       });
     },
     checkSignScore(score) {