Jelajahi Sumber

使用时间戳

zhengnaiwen_citu 5 bulan lalu
induk
melakukan
57d44ac8e4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>