fix: 优化实体下拉卡顿

This commit is contained in:
chenjinsong
2022-01-27 12:14:09 +08:00
parent 1b016441ec
commit 195d0cd46e
3 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ export default {
}
},
mounted() {
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 200)})
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 250)})
},
setup (props) {
return {

View File

@@ -264,7 +264,7 @@ export default {
}
},
mounted() {
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 200)})
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 250)})
},
setup (props) {
const entityCopy = {

View File

@@ -158,7 +158,7 @@ export default {
},
},
mounted() {
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 200)})
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 250)})
},
setup (props) {
const entityCopy = {