Explorar o código

统计报表地址增加token

jingshuyong hai 10 meses
pai
achega
036861a076
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()}`;
       }
     }
   };