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