Explorar el Código

update views/exam

reghao hace 7 meses
padre
commit
d71484b86f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
           })