reghao před 7 měsíci
rodič
revize
d71484b86f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/exam/ExamQuestionList.vue

+ 1 - 1
src/views/exam/ExamQuestionList.vue

@@ -718,7 +718,7 @@ export default {
         } else {
           this.$notify({
             title: 'Tips',
-            message: resp.message,
+            message: resp.msg,
             type: 'error',
             duration: 2000
           })