소스 검색

使用时间戳

zhengnaiwen_citu 5 달 전
부모
커밋
57d44ac8e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/salary/calculate/index.vue

+ 1 - 1
src/views/salary/calculate/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="white" style="height: 100%; box-sizing: border-box;">
-    <iframe :src="`${baseSrc}/dataFactory/production-line-monitor1?aaa=324`" width="100%" height="100%" frameborder="0"></iframe>
+    <iframe :src="`${baseSrc}/dataFactory/production-line-monitor1?d=${new Date()}`" width="100%" height="100%" frameborder="0"></iframe>
   </div>
 </template>