Explorar el Código

报告打开统计

jwyu hace 2 años
padre
commit
30dfb3100f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/reportEn/detail.vue

+ 1 - 1
src/views/reportEn/detail.vue

@@ -182,7 +182,7 @@ export default {
     },
 
     async getreportdetail() {
-      const { Data,Ret  } = await reportEnDetail({ ReportCode: this.id });
+      const { Data,Ret  } = await reportEnDetail({ ReportCode: this.id,ShareEmail:Number(this.$route.query.ShareEmail)||0 });
         if (Ret !== 200) return
 
         this.reportInfo = Data.Report;