liuzhihui лет назад: 2
Родитель
Сommit
66e6d3a322
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      CallCenterWeb.UI/RMYY/src/views/orderManage/orderList/index.vue

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

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