liuhj 4 月之前
父节点
当前提交
b8e31f1aba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Resource/VisitSchedule.vue

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

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