liuhj 4 months ago
parent
commit
b8e31f1aba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Resource/VisitSchedule.vue

+ 1 - 1
src/components/Resource/VisitSchedule.vue

@@ -498,7 +498,7 @@ export default {
                         message: "导出成功!",
                         message: "导出成功!",
                         type: 'success'
                         type: 'success'
                     });
                     });
-                    // window.open(res.data.data)
+                    window.open(res.data.data)
                 } else {
                 } else {
                     that.fullscreenLoading = false;
                     that.fullscreenLoading = false;
                     that.$message({
                     that.$message({