温红权 3 年之前
父節點
當前提交
777baf9020
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-ui/src/views/components/table/homeTable.vue

+ 1 - 1
ruoyi-ui/src/views/components/table/homeTable.vue

@@ -239,7 +239,7 @@ export default {
     }, 5*60*1000);
     setInterval(() => {
       if(that.reqcount>0){
-         that.lastdatep=new Date().valueOf();
+         that.lastdatep=new Date().valueOf()-11000;
          that.getallshipData();
       }