Sfoglia il codice sorgente

统计报表地址增加token

jingshuyong 10 mesi fa
parent
commit
036861a076

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

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