Browse Source

同步代码

caojunjie 3 năm trước cách đây
mục cha
commit
05fafee07f
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      src/views/landTransportation/reportAnalysis/index.vue

+ 1 - 3
src/views/landTransportation/reportAnalysis/index.vue

@@ -746,9 +746,7 @@ export default {
             ...queryParams    //括号内是要传递给新窗口的参数
           }
         })
-        window.open(
-            routeData.href.slice(1,routeData.href.length-1)+'&'+`${this.website.tokenHeader}=${getToken()}`
-        );
+        window.open(routeData.href.slice(1,routeData.href.length-1)+'&'+`${this.website.tokenHeader}=${getToken()}`);
       }).catch(() => {
         this.$message({
           type: 'info',