Explorar el Código

添加时间戳防止缓存

jwyu hace 3 años
padre
commit
d16fce1ea3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/hzyb/activity/reportDetail.vue

+ 2 - 1
src/views/hzyb/activity/reportDetail.vue

@@ -124,7 +124,8 @@ const goDetail=(e)=>{
         query:{
             token:route.query.token,
             report_type_id:e.ResearchReportTypeId,
-            type:info.value.research_report_info.type
+            type:info.value.research_report_info.type,
+            timestamp:new Date().getTime()
         }
     })
 }