|
@@ -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>
|