瀏覽代碼

客资任务跟踪题目填写添加表格选项

zhujindu 11 月之前
父節點
當前提交
5f74c2e660
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      src/views/clew/index.vue

+ 6 - 3
src/views/clew/index.vue

@@ -83,16 +83,19 @@ export default {
       customerClueOption: [],
     };
   },
-  created() {
+  // created() {
+  //   this.getCustomerClue();
+  //   this.approveList();
+  // },
+  activated() {
     this.getCustomerClue();
     this.approveList();
   },
-  activated() {},
   watch: {
     refreshClewPage: {
       handler(val) {
         if (val) {
-          this.approveList();
+          // this.approveList();
           store.dispatch('setRefreshClewPage', false);
         }
       },