fix: 优化实体下拉卡顿
This commit is contained in:
@@ -165,7 +165,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 200)})
|
||||
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 250)})
|
||||
},
|
||||
setup (props) {
|
||||
return {
|
||||
|
||||
@@ -264,7 +264,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 200)})
|
||||
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 250)})
|
||||
},
|
||||
setup (props) {
|
||||
const entityCopy = {
|
||||
|
||||
@@ -158,7 +158,7 @@ export default {
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 200)})
|
||||
this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 250)})
|
||||
},
|
||||
setup (props) {
|
||||
const entityCopy = {
|
||||
|
||||
Reference in New Issue
Block a user