Forráskód Böngészése

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

zhujindu 11 hónapja
szülő
commit
f02d7aa8f2
1 módosított fájl, 6 hozzáadás és 3 törlés
  1. 6 3
      src/views/clew/index.vue

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

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