zouling 2 dni temu
rodzic
commit
6bd0742acf
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      ruoyi-ui/src/views/system/service/index.vue

+ 3 - 3
ruoyi-ui/src/views/system/service/index.vue

@@ -225,9 +225,9 @@ export default {
     clearInterval(this.timer)
     var that=this;
     that.getList()
-    // this.timer=setInterval(()=>{
-    //   that.getList()
-    // },10000)
+    this.timer=setInterval(()=>{
+      that.getList()
+    },10000)
     this.openLoading()
   },
   destroyed() {