温红权 hace 3 años
padre
commit
777baf9020
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
       }