Преглед на файлове

添加时间戳防止缓存

jwyu преди 3 години
родител
ревизия
d16fce1ea3
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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()
         }
     })
 }