fix: 优化实体下拉卡顿
This commit is contained in:
@@ -351,9 +351,9 @@ export default {
|
||||
},
|
||||
mounted () {
|
||||
this.queryParams = this.getQueryParams()
|
||||
this.chartGetMap()
|
||||
this.$nextTick(() => {
|
||||
setTimeout(() => {
|
||||
this.chartGetMap()
|
||||
this.queryRelated()
|
||||
}, 250)
|
||||
})
|
||||
|
||||
@@ -374,9 +374,9 @@ export default {
|
||||
},
|
||||
mounted () {
|
||||
this.queryParams = this.getQueryParams()
|
||||
this.chartGetMap()
|
||||
this.$nextTick(() => {
|
||||
setTimeout(() => {
|
||||
this.chartGetMap()
|
||||
this.getBasicProperties()
|
||||
this.queryRelated()
|
||||
}, 250)
|
||||
|
||||
@@ -454,10 +454,10 @@ export default {
|
||||
},
|
||||
mounted () {
|
||||
this.queryParams = this.getQueryParams()
|
||||
this.chartGetMap()
|
||||
this.getOpenPort()
|
||||
this.$nextTick(() => {
|
||||
setTimeout(() => {
|
||||
this.chartGetMap()
|
||||
this.getOpenPort()
|
||||
this.queryRelated()
|
||||
}, 250)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user