Browse Source

重复请求判断去除

wangziqian 4 years ago
parent
commit
7b4677a71a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/workbench/components/statisticsSection.vue

+ 2 - 2
src/views/workbench/components/statisticsSection.vue

@@ -123,8 +123,8 @@ export default {
       handler(newV) {
         this.clickItem = 0
         this.initData()
-      },
-      immediate: true
+      }
+      // immediate: true
     }
   },
   methods: {