ソースを参照

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

zhujindu 11 ヶ月 前
コミット
f02d7aa8f2
1 ファイル変更6 行追加3 行削除
  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);
         }
       },