zouling 2 dienas atpakaļ
vecāks
revīzija
6bd0742acf
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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() {