deason 6 년 전
부모
커밋
75df0b3a0c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/print/view/CourseStatistic.vue

+ 2 - 2
src/modules/print/view/CourseStatistic.vue

@@ -904,8 +904,8 @@ export default {
             console.log(error.response);
             curLoading.close();
             this.$notify({
-              title: "错误",
-              type: "error",
+              title: "提示",
+              type: "warning",
               message: error.response.data.desc
             });
           }