Lijy преди 2 дни
родител
ревизия
0e3cc5f3ed
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      fhKeeper/formulahousekeeper/timesheet-workshop/src/views/attendanceCalendar/index.vue

+ 5 - 0
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/attendanceCalendar/index.vue

@@ -309,6 +309,11 @@ export default {
                   a.setAttribute('href', filePath);// href链接
                   a.click(); //自执行点击事件
                   a.remove();
+              } else {
+                this.$message({
+                  message: res.msg,
+                  type: "error"
+                });
               }
           },
           error => {