liuzhihui 2 years ago
parent
commit
66e6d3a322
1 changed files with 2 additions and 1 deletions
  1. 2 1
      CallCenterWeb.UI/RMYY/src/views/orderManage/orderList/index.vue

+ 2 - 1
CallCenterWeb.UI/RMYY/src/views/orderManage/orderList/index.vue

@@ -265,7 +265,8 @@
265 265
     created() {
266 266
       this.getSource();
267 267
       this.getList();
268
-      window.setInterval(() => {
268
+      clearInterval(interval);
269
+      var interval = window.setInterval(() => {
269 270
         setTimeout(() => {
270 271
           this.isloading = 1
271 272
           this.getList();