fix: 实体列表基础信息延时1秒查询;增加科索沃地图;

This commit is contained in:
chenjinsong
2023-09-27 18:31:01 +08:00
parent 4c579045a0
commit 4acddde2db
2 changed files with 7 additions and 3 deletions

View File

@@ -232,8 +232,12 @@ export default {
}
},
mounted () {
this.initData()
this.initTagsData()
setTimeout(() => {
this.initData()
}, 1000)
setTimeout(() => {
this.initTagsData()
})
},
methods: {
initData () {