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({