nikang 6 年之前
父节点
当前提交
bff1b5cec0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/marking/views/TpScoreBoard.vue

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

@@ -346,7 +346,7 @@ export default {
         "(" +
         this.resultItem.markItem.orders +
         ")";
-      this.$message({
+      this.$notify({
         showClose: true,
         message: "当前选择题目为" + title,
         type: "warning"