Browse Source

客户画像项目板块调整

qymljy 2 months ago
parent
commit
b34024e965
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/HDrpManagement/customerPortrait/modules/detail.vue

+ 7 - 7
src/HDrpManagement/customerPortrait/modules/detail.vue

@@ -652,13 +652,13 @@ export default {
   mounted() {
     this.getbaseInfo()
     this.getSelectList()
-    setTimeout(() => {
-      if (this.$refs.project && this.$refs.project.list[0] && this.$refs.project.list[0].stagecount.length) {
-        let Bar = document.querySelector('#Bar')
-        Bar.style.height = '150px'
-        this.renderer(this.$refs.project.list[0].stagecount)
-      }
-    },2000)
+    // setTimeout(() => {
+    //   if (this.$refs.project && this.$refs.project.list[0] && this.$refs.project.list[0].stagecount.length) {
+    //     let Bar = document.querySelector('#Bar')
+    //     Bar.style.height = '150px'
+    //     this.renderer(this.$refs.project.list[0].stagecount)
+    //   }
+    // },2000)
   }
 }
 </script>