Explorar el Código

统计报表地址增加token

jingshuyong hace 10 meses
padre
commit
036861a076
Se han modificado 1 ficheros con 1 adiciones y 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()}`;
       }
     }
   };