Ver Fonte

统计报表地址增加token

jingshuyong há 10 meses atrás
pai
commit
036861a076
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/salesServiceManagement/statisReport/index.vue

+ 1 - 1
src/views/salesServiceManagement/statisReport/index.vue

@@ -38,7 +38,7 @@
     methods: {
       async init() {
         let url = await getJmPrintViewUrl('eomstatisticalreportprint');
-        this.fileUrl = url;
+        this.fileUrl = `${url}?token=${getToken()}`;
       }
     }
   };