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
             });
           }